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-12-17Update for new simplified glib::Object::new() APISebastian Dröge
2020-12-08jitterbuffer: mark from_glib fn as unsafeMathieu Duponchelle
2020-12-07sodium: Handle error from Adapter::copy()Sebastian Dröge
2020-11-24ts-udpsink: Post Message on SinkMessage eventAbdul Rehman
2020-11-23generic: Update to 2018 editionSebastian Dröge
2020-11-19Update for ObjectImpl::get_property() being infallible nowSebastian Dröge
2020-11-19Fix or silence various clippy warningsSebastian Dröge
2020-11-17threadshare/udpsrc: Fix retrieve-sender-address default valueAbdul Rehman
2020-11-16meson: add support for static buildGuillaume Desmottes
2020-11-15generic: Update for subclassing API changesSebastian Dröge
2020-11-10threadshare/udpsrc: SocketAddr to InetSocketAddress direct conversionAbdul Rehman
2020-11-07Update for glib_wrapper! API changesSebastian Dröge
2020-11-06threadshare/udpsrc: Fix to update settingsWonchul Lee
2020-11-01Switch to the combined gtk-rs and gstreamer-rs repositoriesSebastian Dröge
2020-10-21threadshare: runtime: simplify a function thanks to clippyFrançois Laignel
2020-10-21Fix ClockTime comparisons not being Ord and use saturating_subFrançois Laignel
2020-10-17threadshare: Update pin-project dependency to 1.0Sebastian Dröge
2020-09-30threadshare/socket: Fix build error on WindowsSeungha Yang
2020-09-01threadshare/jitterbuffer: Remove unused importsSebastian Dröge
2020-08-11threadshare/udpsink: Don't hold settings lock while getting clients propertySebastian Dröge
2020-08-11threadshare/udpsink: Remove host/port propertiesSebastian Dröge
2020-08-10threadshare/udpsink: Don't hold settings lock while calling into the sink pad...Sebastian 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-10Add LICENSE files to each individual crateSebastian Dröge
2020-07-01Update for Element::post_message() signature changeSebastian Dröge
2020-06-30threadshare: use tokio tagFrançois Laignel
2020-06-25Update for functions returning a Builder being renamed to builder() instead o...Sebastian Dröge
2020-06-25event,message,query: update instantiationFrançois Laignel
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