Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-event.c45 GstEvent *still_event; in gst_video_event_new_still_frame() local
50 still_event = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, s); in gst_video_event_new_still_frame()
52 return still_event; in gst_video_event_new_still_frame()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdsrc.c623 GstEvent *still_event; in rsn_dvdsrc_do_still() local
640 still_event = gst_video_event_new_still_frame (TRUE); in rsn_dvdsrc_do_still()
657 gst_pad_push_event (GST_BASE_SRC_PAD (src), still_event); in rsn_dvdsrc_do_still()
758 still_event = gst_video_event_new_still_frame (FALSE); in rsn_dvdsrc_do_still()
771 gst_pad_push_event (GST_BASE_SRC_PAD (src), still_event); in rsn_dvdsrc_do_still()