gstreamer/gst/rtmp2
Jan Alexander Steffens (heftig) 14fd7e0884 rtmp2: Lock self->lock before OBJECT_LOCK
OBJECT_LOCK is used to protect property access only. self->lock is
used to access the RtmpConnection, mostly between the streaming thread
and the loop thread.

To avoid deadlocks involving these two locks, we obey a lock order:
If both self->lock and OBJECT_LOCK are needed, self->lock must be locked
first. Clarify this.
2020-02-21 15:20:41 +00:00
..
rtmp rtmp2: Reject oversized messages 2020-02-21 15:20:41 +00:00
gstrtmp2.c Add files from gst-rtmp 2019-11-05 13:52:55 +00:00
gstrtmp2locationhandler.c Add files from gst-rtmp 2019-11-05 13:52:55 +00:00
gstrtmp2locationhandler.h Add files from gst-rtmp 2019-11-05 13:52:55 +00:00
gstrtmp2sink.c rtmp2: Lock self->lock before OBJECT_LOCK 2020-02-21 15:20:41 +00:00
gstrtmp2sink.h Add files from gst-rtmp 2019-11-05 13:52:55 +00:00
gstrtmp2src.c rtmp2: Lock self->lock before OBJECT_LOCK 2020-02-21 15:20:41 +00: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