Home
last modified time | relevance | path

Searched refs:gst_task_new (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttask.c46 t = gst_task_new (task_resume_func, &t, NULL); in GST_START_TEST()
95 t = gst_task_new (task_signal_pause_func, &t, NULL); in GST_START_TEST()
152 t = gst_task_new (task_func2, &t, NULL); in GST_START_TEST()
196 t = gst_task_new (task_func, NULL, NULL); in GST_START_TEST()
234 t = gst_task_new (task_func, NULL, NULL); in GST_START_TEST()
262 t = gst_task_new (task_func, NULL, NULL); in GST_START_TEST()
288 t = gst_task_new (task_func, NULL, NULL); in GST_START_TEST()
Dgstmessage.c293 task = gst_task_new ((GstTaskFunction) gst_object_unref, NULL, NULL); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgsttask.h174 GstTask* gst_task_new (GstTaskFunction func,
Dgsttask.c476 gst_task_new (GstTaskFunction func, gpointer user_data, GDestroyNotify notify) in gst_task_new() function
Dgstpad.c6287 task = gst_task_new (func, user_data, notify); in gst_pad_start_task()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmoovrecover.c351 qtmr->task = gst_task_new (gst_qt_moov_recover_run, qtmr, NULL); in gst_qt_moov_recover_change_state()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dadaptive_demux_common.c345 gst_task_new ((GstTaskFunction) testSeekTaskDoSeek, seekContext, NULL); in testSeekAdaptiveDemuxSendsData()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
Dgstrtmp2src.c234 self->task = gst_task_new (gst_rtmp2_src_task_func, self, NULL); in gst_rtmp2_src_init()
Dgstrtmp2sink.c267 self->task = gst_task_new (gst_rtmp2_sink_task_func, self, NULL); in gst_rtmp2_sink_init()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Ddvbbasebin.c544 gst_task_new ((GstTaskFunction) dvb_base_bin_task, dvbbasebin, NULL); in dvb_base_bin_init()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavdemux.c274 gst_task_new ((GstTaskFunction) gst_ffmpegdemux_loop, demux, NULL); in gst_ffmpegdemux_init()
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt437 gst_task_create() -> gst_task_new()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c710 gst_task_new ((GstTaskFunction) gst_adaptive_demux_updates_loop, in gst_adaptive_demux_init()
1669 gst_task_new ((GstTaskFunction) gst_adaptive_demux_stream_download_loop, in gst_adaptive_demux_stream_new()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.c859 klass->multi_task_context.task = gst_task_new ( in gst_curl_http_src_ref_multi()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c4928 gst_task_new ((GstTaskFunction) gst_play_bin3_activation_thread, in gst_play_bin3_start()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c9209 src->task = gst_task_new ((GstTaskFunction) gst_rtspsrc_thread, src, NULL); in gst_rtspsrc_start()
/third_party/gstreamer/gstreamer/
DChangeLog49301 Add a GDestroyNotify to the user_data we pass to gst_task_new()
59429 gst_task_create() -> gst_task_new()