Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.c85 static GstMpegtsAtscVCTSource *
86 _gst_mpegts_atsc_vct_source_copy (GstMpegtsAtscVCTSource * source) in _gst_mpegts_atsc_vct_source_copy()
88 GstMpegtsAtscVCTSource *copy; in _gst_mpegts_atsc_vct_source_copy()
90 copy = g_slice_dup (GstMpegtsAtscVCTSource, source); in _gst_mpegts_atsc_vct_source_copy()
97 _gst_mpegts_atsc_vct_source_free (GstMpegtsAtscVCTSource * source) in _gst_mpegts_atsc_vct_source_free()
102 g_slice_free (GstMpegtsAtscVCTSource, source); in _gst_mpegts_atsc_vct_source_free()
105 G_DEFINE_BOXED_TYPE (GstMpegtsAtscVCTSource, gst_mpegts_atsc_vct_source,
169 GstMpegtsAtscVCTSource *source; in _parse_atsc_vct()
176 source = g_slice_new0 (GstMpegtsAtscVCTSource); in _parse_atsc_vct()
Dgst-atsc-section.h125 typedef struct _GstMpegtsAtscVCTSource GstMpegtsAtscVCTSource; typedef
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1161 GstMpegtsAtscVCTSource *source = g_ptr_array_index (vct->sources, i); in dump_vct()