mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
14fd7e0884
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. |
||
---|---|---|
.. | ||
rtmp | ||
gstrtmp2.c | ||
gstrtmp2locationhandler.c | ||
gstrtmp2locationhandler.h | ||
gstrtmp2sink.c | ||
gstrtmp2sink.h | ||
gstrtmp2src.c | ||
gstrtmp2src.h | ||
meson.build | ||
TODO |