Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-section-writer.c37 service->EIT_present_following_flag = FALSE; in advertise_service()
Dts-parser.c1062 service->EIT_present_following_flag); in dump_sdt()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.h307 gboolean EIT_present_following_flag; member
Dgst-dvb-section.c930 service->EIT_present_following_flag = (*data & 0x01) == 1; in _parse_sdt()
1096 if (service->EIT_present_following_flag) in _packetize_sdt()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c440 service->EIT_present_following_flag = TRUE; in GST_START_TEST()
469 fail_unless (service->EIT_present_following_flag == TRUE); in GST_START_TEST()