Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c98 sit_section->destroy_parsed (sit_section->cached_parsed); in GST_START_TEST()
145 sit_section->destroy_parsed (sit_section->cached_parsed); in GST_START_TEST()
231 pat_section->destroy_parsed (pat_section->cached_parsed); in GST_START_TEST()
312 pmt_section->destroy_parsed (pmt_section->cached_parsed); in GST_START_TEST()
408 nit_section->destroy_parsed (nit_section->cached_parsed); in GST_START_TEST()
497 sdt_section->destroy_parsed (sdt_section->cached_parsed); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtssection.c196 section->destroy_parsed = destroynotify; in __common_section_checks()
209 if (section->cached_parsed && section->destroy_parsed) in _gst_mpegts_section_free()
210 section->destroy_parsed (section->cached_parsed); in _gst_mpegts_section_free()
630 section->destroy_parsed = (GDestroyNotify) g_ptr_array_unref; in gst_mpegts_section_from_pat()
959 section->destroy_parsed = (GDestroyNotify) _gst_mpegts_pmt_free; in gst_mpegts_section_from_pmt()
Dgstmpegtssection.h226 GDestroyNotify destroy_parsed; member
Dgst-atsc-section.c540 section->destroy_parsed = (GDestroyNotify) _gst_mpegts_atsc_mgt_free; in gst_mpegts_section_from_atsc_mgt()
1297 section->destroy_parsed = (GDestroyNotify) _gst_mpegts_atsc_stt_free; in gst_mpegts_section_from_atsc_stt()
1672 section->destroy_parsed = (GDestroyNotify) _gst_mpegts_atsc_rrt_free; in gst_mpegts_section_from_atsc_rrt()
Dgst-dvb-section.c827 section->destroy_parsed = (GDestroyNotify) _gst_mpegts_nit_free; in gst_mpegts_section_from_nit()
1147 section->destroy_parsed = (GDestroyNotify) _gst_mpegts_sdt_free; in gst_mpegts_section_from_sdt()
Dgst-scte-section.c905 section->destroy_parsed = (GDestroyNotify) _gst_mpegts_scte_sit_free; in gst_mpegts_section_from_scte_sit()