Home
last modified time | relevance | path

Searched refs:GST_EVENT_SEEK (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/gstreamer/gstreamer/gst/
Dgstevent.c122 {GST_EVENT_SEEK, "seek", 0},
1388 event = gst_event_new_custom (GST_EVENT_SEEK, structure); in gst_event_new_seek()
1414 g_return_if_fail (GST_EVENT_TYPE (event) == GST_EVENT_SEEK); in gst_event_parse_seek()
1460 g_return_if_fail (GST_EVENT_TYPE (event) == GST_EVENT_SEEK); in gst_event_set_seek_trickmode_interval()
1483 g_return_if_fail (GST_EVENT_TYPE (event) == GST_EVENT_SEEK); in gst_event_parse_seek_trickmode_interval()
Dgstevent.h176 GST_EVENT_SEEK = GST_EVENT_MAKE_TYPE (200, _FLAG(UPSTREAM)), enumerator
/third_party/gstreamer/gstreamer/docs/random/wtay/
Devents247 GST_EVENT_SEEK = (1 << 2),
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstconsistencychecker.c170 case GST_EVENT_SEEK: in sink_pad_data_cb()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstchopmydata.c378 case GST_EVENT_SEEK: in gst_chop_my_data_src_event()
Dgstwatchdog.c342 if (GST_EVENT_TYPE (event) == GST_EVENT_SEEK) { in gst_watchdog_src_event()
Dgsttestsrcbin.c240 case GST_EVENT_SEEK:{ in gst_test_src_event_function()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstpushfilesrc.c284 case GST_EVENT_SEEK: in gst_push_file_src_ghostpad_event()
Drndbuffersize.c307 if (GST_EVENT_TYPE (event) != GST_EVENT_SEEK) { in gst_rnd_buffer_size_src_event()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavisubtitle.c307 if (GST_EVENT_TYPE (event) == GST_EVENT_SEEK) { in gst_avi_subtitle_send_event()
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Dgstgdpdepay.c249 case GST_EVENT_SEEK: in gst_gdp_depay_src_event()
Ddataprotocol.c575 case GST_EVENT_SEEK: in gst_dp_event_from_packet_0_2()
Dgstgdppay.c625 case GST_EVENT_SEEK: in gst_gdp_pay_src_event()
/third_party/gstreamer/gstplugins_bad/ext/gme/
Dgstgme.c189 case GST_EVENT_SEEK: in gst_gme_dec_src_event()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dadaptive_demux_common.c290 fail_unless (GST_EVENT_TYPE (context->seek_event) == GST_EVENT_SEEK); in testSeekTaskDoSeek()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlparse.c226 case GST_EVENT_SEEK: in gst_ttml_parse_src_event()
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartmux.c237 case GST_EVENT_SEEK: in gst_multipart_mux_handle_src_event()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstoutputselector.c337 case GST_EVENT_SEEK: in gst_output_selector_srcpad_event_func()
/third_party/gstreamer/gstplugins_good/gst/auparse/
Dgstauparse.c767 case GST_EVENT_SEEK: in gst_au_parse_src_event()
/third_party/gstreamer/gstplugins_bad/ext/musepack/
Dgstmusepackdec.c268 case GST_EVENT_SEEK: in gst_musepackdec_src_event()
/third_party/gstreamer/gstplugins_bad/gst/speed/
Dgstspeed.c140 case GST_EVENT_SEEK:{ in speed_src_event()
/third_party/gstreamer/gstplugins_bad/gst/aiff/
Daiffparse.c1291 case GST_EVENT_SEEK: in gst_aiff_parse_send_event()
1756 case GST_EVENT_SEEK: in gst_aiff_parse_srcpad_event()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstevent.c228 fail_unless (GST_EVENT_TYPE (event) == GST_EVENT_SEEK); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rmixer.c459 case GST_EVENT_SEEK: in gst_frei0r_mixer_src_event()
/third_party/gstreamer/gstplugins_bad/ext/modplug/
Dgstmodplug.cc428 case GST_EVENT_SEEK: in gst_modplug_src_event()

1234