Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-27gtk4: fix build on Windows using wineglGuillaume Desmottes
2023-11-17gtk4: Update to windows-sys 0.52Sebastian Dröge
2023-11-02Update for `gst::Rank` API changesSebastian Dröge
2023-10-30Use let-else instead of match for weak reference upgradesSebastian Dröge
2023-10-30gtk4: Use async-channel instead of the glib MainContext channelSebastian Dröge
2023-10-02Update for `VideoFrame` / `GLVideoFrame` API changesSebastian Dröge
2023-09-20gtk4: Only support RGBA/RGB in the GL code pathSebastian Dröge
2023-09-20gtk4: Premultiply alpha in GL texturesIvan Molodetskikh
2023-08-10Update versions to 0.12.0-alpha.1Sebastian Dröge
2023-08-09Don't generate .def files for pluginsSebastian Dröge
2023-07-19Update minimum supported Rust version to 1.70Sebastian Dröge
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-07-06Adapt to glib::Continue renameBilal Elmoussaoui
2023-07-02gtk4: Add python exampleyatinmaan
2023-06-26gtk4: Update to windows-sys 0.48Sebastian Dröge
2023-06-23gtk4: Make winegl code compilableJayson Reis
2023-06-22gtk4: Fix code to run on current main branchJayson Reis
2023-06-22gtk4: Add support for GL on WindowsSebastian Dröge
2023-05-12use Pad builders for optional name definitionFrançois Laignel
2023-05-12Update to argumentless {Bin,Pipeline}::newFrançois Laignel
2023-04-22gtk4: unbreak wayland, x11egl, x11glx features on non-LinuxJan Beich
2023-04-20Fix a couple of new Rust 1.69 clippy warningsSebastian Dröge
2023-04-14Make sure to keep around and drop bus watches after usage in all the examplesSebastian Dröge
2023-04-04git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-03-18gtk4: Fix compilation on macOSCarlo Cabrera
2023-03-12gtk4: Update for `glib::Priority` API changesSebastian Dröge
2023-03-09Update for remaining `gst::Element::link_many()` and related API generalizationSebastian Dröge
2023-02-24gtk4: Set sync point on the video frame after mapping itSebastian Dröge
2023-02-22video/gtk4: Add a flatpak snippet example in the READMEJordan Petridis
2023-02-22gtk4: Attach channel receiver to the default main context from the main threadSebastian Dröge
2023-02-21gtk4: Don't unnecessarily set the sink to READY to retrieve the contextSebastian Dröge
2023-02-21gtk4: Refactor and simplify GL context handlingSebastian Dröge
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
2023-02-06gtk4: Update for `GLDisplay` object lock requirementsSebastian Dröge
2023-01-27Return exit code from `gio::Application::run()` from `main()`Sebastian Dröge
2023-01-27gtk4: Fix compilation after `gst_gl::Display` API changesSebastian Dröge
2023-01-25Fix various new clippy warningsSebastian Dröge
2023-01-19gtk4: Only provide a buffer pool to upstream if it requested oneSebastian Dröge
2023-01-19gtk4: Update for allocation query caps API changesSebastian Dröge
2023-01-19gtk4: Asynchronously flush frames from GDKSebastian Dröge
2023-01-19gtk4: Keep `GstGLMemory` alive as long as it is used inside GDKSebastian Dröge
2023-01-16Update for `gtk::Application` constructor API changesSebastian Dröge
2023-01-15Update for caps/structure-related string API changesSebastian Dröge
2023-01-07gtk4: Propagate the GL display to the remainder of the pipelineSebastian Dröge
2022-12-29gtk4: Rename a variable to make more senseSebastian Dröge
2022-12-29gtk4: Handle more GL context creation failures gracefullySebastian Dröge
2022-12-29gtk4: Reset app context and display if GL context creation failsSebastian Dröge
2022-12-29gtk4: Reduce number of unwraps during GL context creation and query handlingSebastian Dröge
2022-12-29video/gtk4: Fix typo in info logsJordan Petridis