Home
last modified time | relevance | path

Searched refs:gst_event_new_step (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstreamer/tests/examples/stepping/
Dframestep1.c129 gst_event_new_step (GST_FORMAT_BUFFERS, 2, 1.0, TRUE, FALSE))) in main()
145 gst_event_new_step (GST_FORMAT_TIME, 120 * GST_MSECOND, 1.0, TRUE, in main()
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Dstepping.c45 gst_event_new_step (GST_FORMAT_TIME, length, 1.0, TRUE, FALSE)); in do_step()
Dstepping2.c44 gst_event_new_step (GST_FORMAT_TIME, 40 * GST_MSECOND, rate, FALSE, in do_step()
Djsseek.c2096 event = gst_event_new_step (format, amount, rate, flush, FALSE); in step_cb()
2140 gst_event_new_step (GST_FORMAT_TIME, duration, shuttle_rate, FALSE, in do_shuttle()
/third_party/gstreamer/gstreamer/gst/
Dgstevent.h685 GstEvent* gst_event_new_step (GstFormat format, guint64 amount, gdouble rate,
Dgstevent.c1584 gst_event_new_step (GstFormat format, guint64 amount, gdouble rate, in gst_event_new_step() function
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dappsink.c961 event = gst_event_new_step (GST_FORMAT_BUFFERS, 1, 1.0, TRUE, FALSE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c1577 event = gst_event_new_step (format, amount, rate, flush, FALSE); in step_cb()
1602 gst_event_new_step (GST_FORMAT_TIME, duration, app->shuttle_rate, FALSE, in do_shuttle()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysink.c4811 gst_event_new_step (GST_FORMAT_TIME, duration, rate, flush, in gst_play_sink_handle_message()
/third_party/gstreamer/gstreamer/
DChangeLog87006 API: GstEvent::gst_event_new_step()