Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.c778 descriptor = gst_mpegts_descriptor_from_registration ("HDMV", in tsmux_stream_default_get_es_descrs()
785 descriptor = gst_mpegts_descriptor_from_registration ("drac", NULL, 0); in tsmux_stream_default_get_es_descrs()
986 descriptor = gst_mpegts_descriptor_from_registration ("AC-3", in tsmux_stream_default_get_es_descrs()
1030 descriptor = gst_mpegts_descriptor_from_registration ("Opus", NULL, 0); in tsmux_stream_default_get_es_descrs()
1041 descriptor = gst_mpegts_descriptor_from_registration ("KLVA", NULL, 0); in tsmux_stream_default_get_es_descrs()
Dtsmux.c1792 descriptor = gst_mpegts_descriptor_from_registration ("HDMV", NULL, 0); in tsmux_write_pmt()
1803 descriptor = gst_mpegts_descriptor_from_registration ("CUEI", NULL, 0); in tsmux_write_pmt()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c258 desc = gst_mpegts_descriptor_from_registration ("HDMV", NULL, 0); in GST_START_TEST()
267 desc = gst_mpegts_descriptor_from_registration ("HDMV", NULL, 0); in GST_START_TEST()
557 desc = gst_mpegts_descriptor_from_registration ("HDMV", NULL, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstatscmux.c123 descriptor = gst_mpegts_descriptor_from_registration ("EAC3", add_info, 4); in gst_atsc_mux_stream_get_es_descrs()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.h282 GstMpegtsDescriptor *gst_mpegts_descriptor_from_registration (
Dgstmpegtsdescriptor.c882 gst_mpegts_descriptor_from_registration (const gchar * format_identifier, in gst_mpegts_descriptor_from_registration() function