Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstatscmux.c127 gst_mpegts_descriptor_from_custom (GST_MTS_DESC_ATSC_EAC3, add_info, 4); in gst_atsc_mux_stream_get_es_descrs()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.c852 gst_mpegts_descriptor_from_custom (GST_MTS_DESC_J2K_VIDEO, add_info, in tsmux_stream_default_get_es_descrs()
991 gst_mpegts_descriptor_from_custom (GST_MTS_DESC_AC3_AUDIO_STREAM, in tsmux_stream_default_get_es_descrs()
1007 gst_mpegts_descriptor_from_custom (GST_MTS_DESC_DVB_TELETEXT, 0, 1); in tsmux_stream_default_get_es_descrs()
Dtsmux.c1797 descriptor = gst_mpegts_descriptor_from_custom (0x88, desc, 4); in tsmux_write_pmt()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.h384 gst_mpegts_descriptor_from_custom (guint8 tag, const guint8 *data, gsize length);
Dgstmpegtsdescriptor.c1208 gst_mpegts_descriptor_from_custom (guint8 tag, const guint8 * data, in gst_mpegts_descriptor_from_custom() function