Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c329 GstMpegtsSection *nit_section; in GST_START_TEST() local
358 nit_section = gst_mpegts_section_from_nit (nit); in GST_START_TEST()
359 fail_if (nit_section == NULL); in GST_START_TEST()
362 nit = (GstMpegtsNIT *) gst_mpegts_section_get_nit (nit_section); in GST_START_TEST()
396 data = gst_mpegts_section_packetize (nit_section, &data_size); in GST_START_TEST()
407 nit_section->data[nit_section->section_length - 1]++; in GST_START_TEST()
408 nit_section->destroy_parsed (nit_section->cached_parsed); in GST_START_TEST()
409 nit_section->cached_parsed = NULL; in GST_START_TEST()
410 nit = (GstMpegtsNIT *) gst_mpegts_section_get_nit (nit_section); in GST_START_TEST()
414 gst_mpegts_section_unref (nit_section); in GST_START_TEST()