gst-plugins-rs/gst-plugin-threadshare
Sebastian Dröge 7ac9534322 threadshare: Don't drain the queue when trying to push pending items
Otherwise we'll have to collect all failed items and push them back.
Instead pop items one by one, and if one fails just push that single
item back to the front.

The previous code would've lost all items after the first one that
failed
2018-11-05 13:36:47 +02:00
..
examples threadshare: Update udpsrc benchmark a bit 2018-11-05 13:36:47 +02:00
src threadshare: Don't drain the queue when trying to push pending items 2018-11-05 13:36:47 +02:00
tests threadshare: Add test for queue 2018-11-05 13:36:20 +02:00
Cargo.toml threadshare: Switch to gobject-subclass 2018-11-05 13:36:47 +02:00