gstreamer/gst/rtmp2
Jan Alexander Steffens (heftig) 6680b70781
rtmp2: Avoid a deadlock when getting stats
We need to do this without holding the lock as the `g_async_queue_pop`
waits on the loop thread to deliver the stats. The loop thread might
attempt to take the lock as well, leading to a deadlock.

Taking a reference to the connection should be enough to keep this
safe.
2020-04-08 18:41:01 +02:00
..
rtmp rtmp2: Allow setting flash-version 2020-02-25 15:10:28 +01:00
gstrtmp2.c Add files from gst-rtmp 2019-11-05 13:52:55 +00:00
gstrtmp2locationhandler.c rtmp2: Allow setting flash-version 2020-02-25 15:10:28 +01:00
gstrtmp2locationhandler.h Add files from gst-rtmp 2019-11-05 13:52:55 +00:00
gstrtmp2sink.c rtmp2: Avoid a deadlock when getting stats 2020-04-08 18:41:01 +02:00
gstrtmp2sink.h Add files from gst-rtmp 2019-11-05 13:52:55 +00:00
gstrtmp2src.c rtmp2: Avoid a deadlock when getting stats 2020-04-08 18:41:01 +02:00
gstrtmp2src.h Add files from gst-rtmp 2019-11-05 13:52:55 +00:00
meson.build Add files from gst-rtmp 2019-11-05 13:52:55 +00:00
TODO Add files from gst-rtmp 2019-11-05 13:52:55 +00:00