Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.h245 gboolean EIT_present_following_flag; member
Dgst-dvb-section.c886 service->EIT_present_following_flag = (*data & 0x01) == 1; in _parse_sdt()
1053 if (service->EIT_present_following_flag) in _packetize_sdt()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c330 service->EIT_present_following_flag = TRUE; in GST_START_TEST()
359 fail_unless (service->EIT_present_following_flag == TRUE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1003 service->EIT_present_following_flag); in dump_sdt()