Home
last modified time | relevance | path

Searched refs:GST_EVENT_GAP (Results 1 – 25 of 45) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstevent.c120 {GST_EVENT_GAP, "gap", 0},
796 event = gst_event_new_custom (GST_EVENT_GAP, in gst_event_new_gap()
821 g_return_if_fail (GST_EVENT_TYPE (event) == GST_EVENT_GAP); in gst_event_parse_gap()
843 g_return_if_fail (GST_EVENT_TYPE (event) == GST_EVENT_GAP); in gst_event_set_gap_flags()
864 g_return_if_fail (GST_EVENT_TYPE (event) == GST_EVENT_GAP); in gst_event_parse_gap_flags()
Dgstevent.h169GST_EVENT_GAP = GST_EVENT_MAKE_TYPE (160, _FLAG(DOWNSTREAM) | _FLAG(SERIALIZED)), enumerator
Dgstenumtypes.c581 { C_ENUM(GST_EVENT_GAP), "GST_EVENT_GAP", "gap" }, in gst_event_type_get_type()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstvalve.c282 GST_EVENT_TYPE (event) != GST_EVENT_GAP); in gst_valve_event_needs_dropping()
Dgstclocksync.c378 case GST_EVENT_GAP: in gst_clock_sync_sink_event()
Dgstmultiqueue.c1984 } else if (GST_EVENT_TYPE (event) == GST_EVENT_GAP) { in get_running_time()
2064 case GST_EVENT_GAP: in gst_single_queue_push_one()
2715 case GST_EVENT_GAP: in gst_multi_queue_sink_event()
2804 case GST_EVENT_GAP: in gst_multi_queue_sink_event()
Dgstqueue.c807 case GST_EVENT_GAP: in gst_queue_locked_enqueue_event()
881 case GST_EVENT_GAP: in gst_queue_locked_dequeue()
Dgstidentity.c481 if (GST_EVENT_TYPE (event) == GST_EVENT_GAP && in gst_identity_sink_event()
Dgsttypefindelement.c728 case GST_EVENT_GAP: in gst_type_find_element_sink_event()
/third_party/gstreamer/gstplugins_bad/ext/spandsp/
Dgstspanplc.c319 case GST_EVENT_GAP: in gst_span_plc_event_sink()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dfunnel.c270 case GST_EVENT_GAP: in event_counter()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu.c484 case GST_EVENT_GAP: in gst_dvd_spu_video_event()
1147 case GST_EVENT_GAP: in gst_dvd_spu_subpic_event()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/
Dgstdvbsubenc.c550 case GST_EVENT_GAP: in gst_dvb_sub_enc_sink_event()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideodecoder.c768 fail_unless (GST_EVENT_TYPE (gap) == GST_EVENT_GAP); in GST_START_TEST()
1190 fail_unless (GST_EVENT_TYPE (event) == GST_EVENT_GAP); in GST_START_TEST()
Daudiodecoder.c425 fail_unless (GST_EVENT_TYPE (gap) == GST_EVENT_GAP); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/audiorate/
Dgstaudiorate.c362 case GST_EVENT_GAP: in gst_audio_rate_sink_event()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3-parse.c560 case GST_EVENT_GAP: in parsebin_pending_event_probe()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstevent.c117 fail_unless (GST_EVENT_TYPE (event) == GST_EVENT_GAP); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/videoframe_audiolevel/
Dgstvideoframe-audiolevel.c345 case GST_EVENT_GAP: in gst_videoframe_audiolevel_vsink_event()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdbin.c382 } else if (GST_EVENT_TYPE (event) == GST_EVENT_GAP) { in dvdbin_dump_timing_info()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c655 } else if (GST_EVENT_TYPE (event) == GST_EVENT_GAP) { in gst_scaletempo_sink_event()
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Dgstdvbsuboverlay.c1291 case GST_EVENT_GAP: in gst_dvbsub_overlay_event_text()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c470 case GST_EVENT_GAP:{ in splitmux_part_pad_event()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgstavwait.c653 case GST_EVENT_GAP: in gst_avwait_vsink_event()
/third_party/gstreamer/gstreamer/tests/check/libs/
Daggregator.c306 case GST_EVENT_GAP: in push_data()

12