Home
last modified time | relevance | path

Searched refs:gst_task_pause (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttask.c58 fail_unless (gst_task_pause (t)); in GST_START_TEST()
85 gst_task_pause (*t); in task_signal_pause_func()
241 ret = gst_task_pause (t); in GST_START_TEST()
269 ASSERT_WARNING (ret = gst_task_pause (t)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgsttask.h208 gboolean gst_task_pause (GstTask *task);
Dgsttask.c847 gst_task_pause (GstTask * task) in gst_task_pause() function
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavdemux.c1825 gst_task_pause (demux->task);
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c2901 gst_task_pause (src->task); in gst_rtspsrc_perform_seek()
9192 gst_task_pause (src->task); in gst_rtspsrc_thread()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c4912 gst_task_pause (playbin->activation_task); in gst_play_bin3_activation_thread()
/third_party/gstreamer/gstreamer/
DChangeLog106811 (gst_task_start), (gst_task_pause), (gst_task_join):
112939 (gst_task_set_lock), (gst_task_start), (gst_task_pause),
126377 (gst_task_get_state), (gst_task_start), (gst_task_pause):
126433 (gst_task_get_state), (gst_task_start), (gst_task_pause),
/third_party/gstreamer/gstplugins_bad/
DChangeLog102946 adaptivedemux: use gst_task_stop instead of gst_task_pause
102948 another thread doing gst_task_pause(), the joining thread would be