Home
last modified time | relevance | path

Searched refs:submeta (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c778 GstRtmpMeta *submeta; in gst_rtmp_connection_handle_aggregate() local
804 submeta = gst_buffer_get_rtmp_meta (submessage); in gst_rtmp_connection_handle_aggregate()
805 g_assert (submeta); in gst_rtmp_connection_handle_aggregate()
807 submeta->type = header.type; in gst_rtmp_connection_handle_aggregate()
808 submeta->size = header.payload_size; in gst_rtmp_connection_handle_aggregate()
815 submeta->ts_delta += ts_offset; in gst_rtmp_connection_handle_aggregate()