gstreamer/gst/rtsp-sink
Sebastian Dröge 640c5bba41 rtspclientsink: Set async-handling=false for the internal bins
Without this we can easily run into a race condition with async state changes:
- the pipeline is doing an async state change
- we set the internal bins to PLAYING but that's ignored because an
  async state change is currently pending
- the async state change finishes but does not change the state of the
  internal bins because of locked_state==TRUE
- the internal bins stay in PAUSED forever
2019-04-22 10:38:08 +00:00
..
gstrtspclientsink.c rtspclientsink: Set async-handling=false for the internal bins 2019-04-22 10:38:08 +00:00
gstrtspclientsink.h rtspclientsink: fix waiting for multiple streams 2018-06-21 20:56:46 +10:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:44:43 -04:00
meson.build meson: add pkg-config file for the rtspclientsink plugin 2018-08-31 18:11:04 +10:00
plugin.c rtspsink: Add rtspclientsink element 2016-01-29 01:44:26 +11:00