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 (Collapse)Author
2020-10-20Update for ClockId creation API changesSebastian Dröge
2020-10-10Update for gst::ClockId changesSebastian Dröge
2020-07-28Fix some new clippy warningsSebastian Dröge
2020-07-26Update for removal of ObjectImpl::get_type_data()Sebastian Dröge
2020-07-01Update for Element::post_message() signature changeSebastian Dröge
2020-06-25event,message,query: update instantiationFrançois Laignel
See https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/532
2020-06-22Update to use the new pad builders for safely setting pad functionsSebastian Dröge
Only two uses of unsafely setting the pad functions is left: - fallbacksrc for overriding the chain function of the proxy pad of a ghost pad - threadshare for overriding the pad functions after creationg, which probably needs some fixing at some point
2020-06-16Update for new_with_XXX/new_from_XXX function renamingSebastian Dröge
2020-06-11use new constructor namesGuillaume Desmottes
2020-05-30Remove now unneeded gobject_sys importsSebastian Dröge
2020-04-24Fix various new clippy warnings with clippy 1.43Sebastian Dröge
2020-04-08tutorial/progressbin: Fix downcast typeSebastian Dröge
2020-04-05Drop gst-plugin- prefix in plugin directory nameArun Raghavan