mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
a566461294
Move output chunking from gst_rtmp_connection_queue_message into gst_rtmp_connection_start_write, which effectively moves it from the streaming thread into the loop thread. This allows us to handle the outgoing chunk-size message (which is generated by changing the future chunk-size property) properly, which could come from any other thread. |
||
---|---|---|
.. | ||
amf.c | ||
amf.h | ||
rtmpchunkstream.c | ||
rtmpchunkstream.h | ||
rtmpclient.c | ||
rtmpclient.h | ||
rtmpconnection.c | ||
rtmpconnection.h | ||
rtmphandshake.c | ||
rtmphandshake.h | ||
rtmpmessage.c | ||
rtmpmessage.h | ||
rtmputils.c | ||
rtmputils.h |