Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpqdmdepay.c288 GstBuffer *codecdata; in gst_rtp_qdm2_depay_process() local
311 codecdata = gst_buffer_new_and_alloc (48); in gst_rtp_qdm2_depay_process()
312 gst_buffer_map (codecdata, &cmap, GST_MAP_WRITE); in gst_rtp_qdm2_depay_process()
315 gst_buffer_unmap (codecdata, &cmap); in gst_rtp_qdm2_depay_process()
321 "codec_data", GST_TYPE_BUFFER, codecdata, NULL); in gst_rtp_qdm2_depay_process()
/third_party/gstreamer/gstplugins_bad/
DChangeLog135559 Need to construct an avcc atom from the codecdata read from MSS