Searched refs:gst_mpegts_descriptor_from_registration (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/ |
D | tsmuxstream.c | 778 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()
|
D | tsmux.c | 1792 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/ |
D | mpegts.c | 258 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/ |
D | gstatscmux.c | 123 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/ |
D | gstmpegtsdescriptor.h | 282 GstMpegtsDescriptor *gst_mpegts_descriptor_from_registration (
|
D | gstmpegtsdescriptor.c | 882 gst_mpegts_descriptor_from_registration (const gchar * format_identifier, in gst_mpegts_descriptor_from_registration() function
|