gst-plugins-rs/gst-plugin-threadshare
Mathieu Duponchelle decc1e2029 threadshare: make live sources return NoPreroll from PlayingToPaused
Not returning NoPreroll in that transition causes downstream sinks
to wait for preroll forever.

Reproduce with:

gst-launch-1.0 audiotestsrc ! udpsink host=127.0.0.1 port=50000
gst-launch-1.0 ts-udpsrc address=127.0.0.1 port=50000 ! fakesink

ctrl + C in the receiver pipeline -> hangs forever
2020-01-23 15:56:11 +01:00
..
examples Fix various new clippy warnings from 1.40 2019-12-22 11:35:01 +02:00
src threadshare: make live sources return NoPreroll from PlayingToPaused 2020-01-23 15:56:11 +01:00
tests ts: fix FlushStart / FlushStop events handling 2020-01-16 00:44:45 +01:00
build.rs Move jitterbuffer to its own directory module 2019-12-21 10:45:43 +01:00
Cargo.toml ts: have block_on panic if running on a Context thread 2020-01-16 00:18:16 +01:00