Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4gdepay.c205 gst_rtp_mp4g_depay_parse_int (GstStructure * structure, const gchar * field, in gst_rtp_mp4g_depay_parse_int() function
259 gst_rtp_mp4g_depay_parse_int (structure, "sizelength", 0); in gst_rtp_mp4g_depay_setcaps()
261 gst_rtp_mp4g_depay_parse_int (structure, "indexlength", 0); in gst_rtp_mp4g_depay_setcaps()
263 gst_rtp_mp4g_depay_parse_int (structure, "indexdeltalength", 0); in gst_rtp_mp4g_depay_setcaps()
265 gst_rtp_mp4g_depay_parse_int (structure, "ctsdeltalength", 0); in gst_rtp_mp4g_depay_setcaps()
267 gst_rtp_mp4g_depay_parse_int (structure, "dtsdeltalength", 0); in gst_rtp_mp4g_depay_setcaps()
269 gst_rtp_mp4g_depay_parse_int (structure, "randomaccessindication", 0); in gst_rtp_mp4g_depay_setcaps()
272 gst_rtp_mp4g_depay_parse_int (structure, "streamstateindication", 0); in gst_rtp_mp4g_depay_setcaps()
274 gst_rtp_mp4g_depay_parse_int (structure, "auxiliarydatasizelength", 0); in gst_rtp_mp4g_depay_setcaps()
276 gst_rtp_mp4g_depay_parse_int (structure, "constantsize", 0); in gst_rtp_mp4g_depay_setcaps()
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog141550 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),