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
2018-12-13tutorial: Add identity element based directly on GstElementSebastian Dröge
2018-12-13tutorial: Improve documentation comments a bitSebastian Dröge
2018-12-13togglerecord: Don't call override_vfuncs()Sebastian Dröge
2018-12-09CI: fix fmtFrançois Laignel
2018-12-06Port threadshare plugin to new subclassing APISebastian Dröge
2018-12-04Run everything through latest rustfmt againSebastian Dröge
2018-12-03ts-udpsrc: Creating a gio::Socket from a raw fd/socket is unsafeSebastian Dröge
2018-11-30ts-udpsrc: Dup the socket so that both tokio and GIO can take ownership of itSebastian Dröge
2018-11-30Port tutorials plugin to new subclassing APISebastian Dröge
2018-11-30Port audiofx plugin with audioecho element to new subclassing APISebastian Dröge
2018-11-30Port gst-plugin-togglerecord to new subclassing APISebastian Dröge
2018-11-29Use new boxed type support from the GLib bindingsSebastian Dröge
2018-11-26Update CHANGELOG.md for 0.3.2Sebastian Dröge
2018-11-26Update documentation to gitlab pagesSebastian Dröge
2018-11-26Change all links/mentions from gst-plugin-rs to gst-plugins-rsSebastian Dröge
2018-11-19AggregatorPad is not actually a GhostPadSebastian Dröge
2018-11-19Update CHANGELOG.md for 0.3.1Sebastian Dröge
2018-11-19Make sure to override vfuncs of all parent classes correctlySebastian Dröge
2018-11-13ts-appsrc: Rewrite test around HarnessSebastian Dröge
2018-11-13ts-udpsrc: Add unit test for socket re-use and the socket/used-socket propertiesSebastian Dröge
2018-11-13ts-udpsrc: Rewrite unit test around gst_check::HarnessSebastian Dröge
2018-11-13ts-udpsrc: Implement socket and used-socket properties like in udpsrcSebastian Dröge
2018-11-05threadshare: register plugin static in integration testSebastian Dröge
2018-11-05Run gst-plugin-threadshare through cargo fmtSebastian Dröge
2018-11-05Fix build with gst-plugin-rs API changesSebastian Dröge
2018-11-05Merge gst-plugin-threadshare into gst-plugin-rsSebastian Dröge
2018-11-05threadshare: Fix deprecation warnings and move to released versions of tokioSebastian Dröge
2018-11-05threadshare: Change gobject-subclass repository URISebastian Dröge
2018-11-05threadshare: Run everything through rustfmt againSebastian Dröge
2018-11-05threadshare: Drop support for multi-threaded runtime as it is consistently sl...Sebastian Dröge
2018-11-05threadshare: Rename udpsrc_benchmark.rs to benchmark.rs.LEE Dongjun
2018-11-05threadshare: Add TcpClient elements and unit test.LEE Dongjun
2018-11-05threadshare: Rename udpsocket file to socket fileLEE Dongjun
2018-11-05threadshare: Generalize UdpSocket to Socket.LEE Dongjun
2018-11-05threadshare: Use downcast_ref() instead of downcast()Sebastian Dröge
2018-11-05threadshare: Move to tokio_threadpool and tokio_current_thread cratesSebastian Dröge
2018-11-05threadshare: Update to rand 0.5Sebastian Dröge
2018-11-05threadshare: Also set reuse address/port settings for non-multicast socketsSebastian Dröge
2018-11-05threadshare: Add property to udpsrc for allowing port/address reuseSebastian Dröge
2018-11-05threadshare: Try pushing pending items immediately if we did not schedule a f...Sebastian Dröge
2018-11-05threadshare: Don't drain the queue when trying to push pending itemsSebastian Dröge
2018-11-05threadshare: Schedule the pending queue in queue/proxysink only on EOS or the...Sebastian Dröge
2018-11-05threadshare: Revert "Push io-context sharing event before stream-start and an...Sebastian Dröge
2018-11-05threadshare: Push io-context sharing event before stream-start and anything elseSebastian Dröge
2018-11-05threadshare: Use default query handlingSebastian Dröge
2018-11-05threadshare: Switch to gobject-subclassSebastian Dröge
2018-11-05threadshare: Switch back to main tokio now that the CurrentThread PR is mergedSebastian Dröge
2018-11-05threadshare: Update for tokio API changesSebastian Dröge
2018-11-05threadshare: Turn the single-threaded executor until no futures are left to b...Sebastian Dröge
2018-11-05threadshare: Update udpsrc benchmark a bitSebastian Dröge