gst-plugins-rs/gst-plugin-threadshare
Sebastian Dröge 51aa06d013 threadshare: Schedule the pending queue in queue/proxysink only on EOS or the first buffer/buffer list
We will get the custom sticky downstream event with the IO context only
after stream-start and others, so would potentially block the current
thread from another futures executor, which then panics. Instead let's
just queue up those events for the time being until a later time.
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: Schedule the pending queue in queue/proxysink only on EOS or the first buffer/buffer list 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