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-03-02Update versions to 0.10.3Sebastian Dröge
2023-02-25gtk4: Set sync point on the video frame after mapping itSebastian Dröge
2023-02-23Update versions to 0.10.2Sebastian Dröge
2023-02-23video/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-22gtk4: Don't unnecessarily set the sink to READY to retrieve the contextSebastian Dröge
2023-02-22gtk4: Refactor and simplify GL context handlingSebastian Dröge
2023-02-13Update versions to 0.10.1Sebastian Dröge
2023-02-10Add versions to local dependenciesSebastian Dröge
2023-02-10Update to gtk-rs-core 0.17, gtk4-rs 0.6 and gstreamer-rs 0.20 branchesSebastian Dröge
2023-02-10Update versions to 0.10.0Sebastian 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
2022-12-28gtk4: Remove 'gst' prefix from another debug categoryNirbheek Chauhan
2022-12-28gtk4: Use GL implicitly without the gst_gl feature on macOSNirbheek Chauhan
2022-12-28gtk4: Add support for GL on macOSSebastian Dröge
2022-12-28gtk4: Remove 'gst' from gtksink debug category nameNirbheek Chauhan
2022-12-23gtk4: Release GStreamer GL context and display when going back to NULL stateSebastian Dröge
2022-12-23gtk4: Use `glib::ThreadGuard` instead of the fragile crateSebastian Dröge
2022-12-23gtk4: Don't try to use GL mapped video frames as raw RGB memorySebastian Dröge
2022-12-23gtk4: Don't error out when the main context channel does not exist anymore wh...Sebastian Dröge
2022-12-23gtk4: Flush frames from the paintable when shutting down the sinkSebastian Dröge
2022-12-12gtk4: Only require GTK 4.6 if GL support is enabledSebastian Dröge
2022-12-12gtk4: Deactivate application GL context again after `fill_info()`Sebastian Dröge
2022-12-12gtk4: Deactivate the context if we fail to fill_infoJordan Petridis
2022-11-30gtk4: example: Use a bin with a `videoconvert` in the non-GL caseSebastian Dröge
2022-11-30gtk4: Make GL support fully optionalSebastian Dröge
2022-11-29video/gtk4: Implement support for GLTextures when possible.Jordan Petridis
2022-11-29video/gtk4: Restrict visibility of struct related to the FrameJordan Petridis
2022-11-29video/gtk4: Rename Object types and struct to something simplerJordan Petridis
2022-11-01Fix various new clippy warningsSebastian Dröge
2022-10-24Update versions to 0.10.0-alpha.1Sebastian Dröge
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
2022-10-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian Dröge
2022-10-22Various minor cleanupsSebastian Dröge