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
2020-06-22Update to use the new pad builders for safely setting pad functionsSebastian Dröge
2020-06-16Update for new_with_XXX/new_from_XXX function renamingSebastian Dröge
2020-06-11use new constructor namesGuillaume Desmottes
2020-06-06jitterbuffer: Remove un-needed mut qualifiersPhilippe Normand
2020-06-02sync elements: implement provide_clockMathieu Duponchelle
2020-05-30threadshare: simplify Pad{Src,Sink} implementationsFrançois Laignel
2020-05-29threadshare: Update from the deprecated net2 to the socket2 crateSebastian Dröge
2020-05-25threadshare: return false when Flush{Start,Stop} failsFrançois Laignel
2020-05-25threadshare: fix Transition namingFrançois Laignel
2020-05-25threadshare: spawn StateMachine on the futures::executor::ThreadPoolFrançois Laignel
2020-05-25threadshare/TaskImpl: allow transition hooks to fail...François Laignel
2020-05-25threadshare: Task: reduce memory usageFrançois Laignel
2020-05-25threadshare: introduce TaskImpl traitFrançois Laignel
2020-04-29threadshare: src elements: don't reset configured_capsFrançois Laignel
2020-04-29threadshare: save upgrade in Pad functionsFrançois Laignel
2020-04-29threadshare: build Pad{Src,Sink} with handlersFrançois Laignel
2020-04-28threadshare: fix race condition in tcpclientsrc testFrançois Laignel
2020-04-27threadshare: align some properties with their C counterpartsFrançois Laignel
2020-04-26threadshare: benchmark: add throughput trackingFrançois Laignel
2020-04-24Configure crate-type to cdylib/rlib consistently in Cargo.tomlSebastian Dröge
2020-04-24Fix various new clippy warnings with clippy 1.43Sebastian Dröge
2020-04-22jitterbuffer: release state lock when requesting pt mapMathieu Duponchelle
2020-04-22threadshare/jitterbuffer: Use GSlice allocator for the jitter buffer itemsSebastian Dröge
2020-04-16fix LGPL-2.1+ license in Cargo.tomlGuillaume Desmottes
2020-04-15Update all versions to 0.6.0Mathieu Duponchelle
2020-04-13threadshare: remove hand-rolled get_current_running_timeMathieu Duponchelle
2020-04-13threadshare: Call gst::init() in all testsSebastian Dröge
2020-04-09threashare: benchmark: fix target pathFrançois Laignel
2020-04-08threadshare/socket: Implement Drop on the non-refcounted inner part of the so...Sebastian Dröge
2020-04-08Mark GMutex mutex guards as #[must_use]Sebastian Dröge
2020-04-06threadshare/udpsink: Return Flushing if the sender gets disconnectedSebastian Dröge
2020-04-05Update all documentation to point to the updated repository nameArun Raghavan
2020-04-05Drop gst-plugin- prefix in plugin directory nameArun Raghavan
2020-04-05Reorganise plugins into directories by functionArun Raghavan