Home
last modified time | relevance | path

Searched refs:GstMpegtsDescriptor (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-descriptor.h178 gboolean gst_mpegts_descriptor_parse_dvb_network_name (const GstMpegtsDescriptor *descriptor,
182 GstMpegtsDescriptor *gst_mpegts_descriptor_from_dvb_network_name (const gchar * name);
187 gboolean gst_mpegts_descriptor_parse_dvb_stuffing (const GstMpegtsDescriptor * descriptor,
279 gboolean gst_mpegts_descriptor_parse_satellite_delivery_system (const GstMpegtsDescriptor *descript…
317 gboolean gst_mpegts_descriptor_parse_cable_delivery_system (const GstMpegtsDescriptor *descriptor,
326 gboolean gst_mpegts_descriptor_parse_dvb_bouquet_name (const GstMpegtsDescriptor * descriptor,
373 gboolean gst_mpegts_descriptor_parse_dvb_service (const GstMpegtsDescriptor *descriptor,
379 GstMpegtsDescriptor *gst_mpegts_descriptor_from_dvb_service (GstMpegtsDVBServiceType service_type,
403 gboolean gst_mpegts_descriptor_parse_dvb_service_list (const GstMpegtsDescriptor * descriptor,
536 gboolean gst_mpegts_descriptor_parse_dvb_linkage (const GstMpegtsDescriptor * descriptor,
[all …]
Dgstmpegtsdescriptor.h174 typedef struct _GstMpegtsDescriptor GstMpegtsDescriptor; typedef
203 void gst_mpegts_descriptor_free (GstMpegtsDescriptor *desc);
209 const GstMpegtsDescriptor * gst_mpegts_find_descriptor (GPtrArray *descriptors,
213 const GstMpegtsDescriptor * gst_mpegts_find_descriptor_with_extension (GPtrArray *descriptors,
282 GstMpegtsDescriptor *gst_mpegts_descriptor_from_registration (
287 gboolean gst_mpegts_descriptor_parse_registration(GstMpegtsDescriptor *descriptor,
295 gboolean gst_mpegts_descriptor_parse_ca (GstMpegtsDescriptor *descriptor,
332 gboolean gst_mpegts_descriptor_parse_iso_639_language (const GstMpegtsDescriptor *descriptor,
336 gboolean gst_mpegts_descriptor_parse_iso_639_language_idx (const GstMpegtsDescriptor *descriptor,
341 guint gst_mpegts_descriptor_parse_iso_639_language_nb (const GstMpegtsDescriptor *descriptor);
[all …]
Dgstmpegtsdescriptor.c636 GstMpegtsDescriptor *descriptor; in _packetize_descriptor_array()
652 GstMpegtsDescriptor *
655 GstMpegtsDescriptor *descriptor; in _new_descriptor()
658 descriptor = g_slice_new (GstMpegtsDescriptor); in _new_descriptor()
674 GstMpegtsDescriptor *
677 GstMpegtsDescriptor *descriptor; in _new_descriptor_with_extension()
680 descriptor = g_slice_new (GstMpegtsDescriptor); in _new_descriptor_with_extension()
697 static GstMpegtsDescriptor *
698 _copy_descriptor (GstMpegtsDescriptor * desc) in _copy_descriptor()
700 GstMpegtsDescriptor *copy; in _copy_descriptor()
[all …]
Dgst-dvb-descriptor.c83 gst_mpegts_descriptor_parse_dvb_network_name (const GstMpegtsDescriptor * in gst_mpegts_descriptor_parse_dvb_network_name()
105 GstMpegtsDescriptor *
108 GstMpegtsDescriptor *descriptor; in gst_mpegts_descriptor_from_dvb_network_name()
157 gst_mpegts_descriptor_parse_dvb_service_list (const GstMpegtsDescriptor * in gst_mpegts_descriptor_parse_dvb_service_list()
197 gst_mpegts_descriptor_parse_dvb_stuffing (const GstMpegtsDescriptor * in gst_mpegts_descriptor_parse_dvb_stuffing()
235 gst_mpegts_descriptor_parse_satellite_delivery_system (const GstMpegtsDescriptor in gst_mpegts_descriptor_parse_satellite_delivery_system()
352 gst_mpegts_descriptor_parse_cable_delivery_system (const GstMpegtsDescriptor * in gst_mpegts_descriptor_parse_cable_delivery_system()
451 gst_mpegts_descriptor_parse_dvb_bouquet_name (const GstMpegtsDescriptor * in gst_mpegts_descriptor_parse_dvb_bouquet_name()
480 gst_mpegts_descriptor_parse_dvb_service (const GstMpegtsDescriptor * in gst_mpegts_descriptor_parse_dvb_service()
516 GstMpegtsDescriptor *
[all …]
Dgstmpegts-private.h38 G_GNUC_INTERNAL GstMpegtsDescriptor *_new_descriptor (guint8 tag, guint8 length);
39 G_GNUC_INTERNAL GstMpegtsDescriptor *_new_descriptor_with_extension (guint8 tag,
Dgst-atsc-section.c455 GstMpegtsDescriptor *descriptor = in _packetize_mgt()
464 GstMpegtsDescriptor *descriptor = g_ptr_array_index (mgt->descriptors, i); in _packetize_mgt()
1247 GstMpegtsDescriptor *descriptor = g_ptr_array_index (stt->descriptors, i); in _packetize_stt()
1579 GstMpegtsDescriptor *descriptor = g_ptr_array_index (rrt->descriptors, i); in _packetize_rrt()
Dgst-dvb-section.c714 GstMpegtsDescriptor *descriptor; in _packetize_nit()
1039 GstMpegtsDescriptor *descriptor; in _packetize_sdt()
Dgst-scte-section.c645 GstMpegtsDescriptor *descriptor; in _packetize_sit()
Dgstmpegtssection.c849 GstMpegtsDescriptor *descriptor; in _packetize_pmt()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c246 GstMpegtsDescriptor *desc; in GST_START_TEST()
284 desc = (GstMpegtsDescriptor *) gst_mpegts_find_descriptor (pmt->descriptors, in GST_START_TEST()
296 (GstMpegtsDescriptor *) gst_mpegts_find_descriptor (stream->descriptors, in GST_START_TEST()
328 GstMpegtsDescriptor *desc; in GST_START_TEST()
369 desc = (GstMpegtsDescriptor *) gst_mpegts_find_descriptor (nit->descriptors, in GST_START_TEST()
387 (GstMpegtsDescriptor *) gst_mpegts_find_descriptor (stream->descriptors, in GST_START_TEST()
423 GstMpegtsDescriptor *desc; in GST_START_TEST()
474 desc = (GstMpegtsDescriptor *) in GST_START_TEST()
549 GstMpegtsDescriptor *desc; in GST_START_TEST()
583 GstMpegtsDescriptor *desc; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c83 descriptor_name (GstMpegtsDescriptor * desc) in descriptor_name()
179 dump_cable_delivery_descriptor (GstMpegtsDescriptor * desc, guint spacing) in dump_cable_delivery_descriptor()
197 dump_terrestrial_delivery (GstMpegtsDescriptor * desc, guint spacing) in dump_terrestrial_delivery()
237 dump_dvb_service_list (GstMpegtsDescriptor * desc, guint spacing) in dump_dvb_service_list()
255 dump_logical_channel_descriptor (GstMpegtsDescriptor * desc, guint spacing) in dump_logical_channel_descriptor()
272 dump_multiligual_network_name (GstMpegtsDescriptor * desc, guint spacing) in dump_multiligual_network_name()
289 dump_multiligual_bouquet_name (GstMpegtsDescriptor * desc, guint spacing) in dump_multiligual_bouquet_name()
306 dump_multiligual_service_name (GstMpegtsDescriptor * desc, guint spacing) in dump_multiligual_service_name()
324 dump_multiligual_component (GstMpegtsDescriptor * desc, guint spacing) in dump_multiligual_component()
345 dump_linkage (GstMpegtsDescriptor * desc, guint spacing) in dump_linkage()
[all …]
Dts-section-writer.c24 GstMpegtsDescriptor *desc; in advertise_service()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsbase.h244 G_GNUC_INTERNAL const GstMpegtsDescriptor *mpegts_get_descriptor_from_stream (MpegTSBaseStream * st…
245 G_GNUC_INTERNAL const GstMpegtsDescriptor *mpegts_get_descriptor_from_stream_with_extension (MpegTS…
247 G_GNUC_INTERNAL const GstMpegtsDescriptor *mpegts_get_descriptor_from_program (MpegTSBaseProgram * …
Dmpegtsbase.c325 const GstMpegtsDescriptor *
336 const GstMpegtsDescriptor *
380 const GstMpegtsDescriptor *
581 const GstMpegtsDescriptor *desc; in get_registration_from_descriptors()
607 GstMpegtsDescriptor *desc = g_ptr_array_index (descriptors, i); in find_registration_in_descriptors()
1366 const GstMpegtsDescriptor *desc; in mpegts_base_get_tags_from_eit()
Dtsdemux.c1268 const GstMpegtsDescriptor *desc = NULL; in gst_ts_demux_create_tags()
1346 const GstMpegtsDescriptor *desc = NULL; in create_pad_for_stream()
1364 const GstMpegtsDescriptor *ac3_desc; in create_pad_for_stream()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamutils.c177 GstMpegtsDescriptor *desc = g_ptr_array_index (descriptors, i); in get_ca_descriptors_length()
192 GstMpegtsDescriptor *desc = g_ptr_array_index (descriptors, i); in write_ca_descriptors()
/third_party/gstreamer/gstplugins_bad/docs/libs/mpegts/
Dindex.md25 [GstMpegtsDescriptor](GstMpegtsDescriptor) object and related functions.
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstatscmux.c66 GstMpegtsDescriptor *descriptor; in gst_atsc_mux_stream_get_es_descrs()
Dgstbasetsmux.c1777 GstMpegtsDescriptor *descriptor = in handle_scte35_section()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.c752 GstMpegtsDescriptor *descriptor; in tsmux_stream_default_get_es_descrs()
Dtsmux.c1773 GstMpegtsDescriptor *descriptor; in tsmux_write_pmt()
/third_party/gstreamer/gstplugins_bad/
DChangeLog66478 mpegts: fix typo in GstMpegtsDescriptor
109905 mpegts: Expose GstMpegtsDescriptor free function