gstreamer/gst/rtmp2
Jan Alexander Steffens (heftig) a566461294 rtmp2: Chunk messages as buffers in loop thread
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.
2020-02-21 15:20:41 +00:00
..
rtmp rtmp2: Chunk messages as buffers in loop thread 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