Home
last modified time | relevance | path

Searched refs:GstMpegtsAtscVCTSource (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.c41 static GstMpegtsAtscVCTSource *
42 _gst_mpegts_atsc_vct_source_copy (GstMpegtsAtscVCTSource * source) in _gst_mpegts_atsc_vct_source_copy()
44 GstMpegtsAtscVCTSource *copy; in _gst_mpegts_atsc_vct_source_copy()
46 copy = g_slice_dup (GstMpegtsAtscVCTSource, source); in _gst_mpegts_atsc_vct_source_copy()
53 _gst_mpegts_atsc_vct_source_free (GstMpegtsAtscVCTSource * source) in _gst_mpegts_atsc_vct_source_free()
58 g_slice_free (GstMpegtsAtscVCTSource, source); in _gst_mpegts_atsc_vct_source_free()
61 G_DEFINE_BOXED_TYPE (GstMpegtsAtscVCTSource, gst_mpegts_atsc_vct_source,
125 GstMpegtsAtscVCTSource *source; in _parse_atsc_vct()
132 source = g_slice_new0 (GstMpegtsAtscVCTSource); in _parse_atsc_vct()
Dgst-atsc-section.h73 typedef struct _GstMpegtsAtscVCTSource GstMpegtsAtscVCTSource; typedef
/third_party/gstreamer/gstplugins_bad/docs/libs/
Dgst-plugins-bad-libs-sections.txt469 GstMpegtsAtscVCTSource
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1079 GstMpegtsAtscVCTSource *source = g_ptr_array_index (vct->sources, i); in dump_vct()