Searched refs:gst_task_new (Results 1 – 17 of 17) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttask.c | 46 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()
|
D | gstmessage.c | 293 task = gst_task_new ((GstTaskFunction) gst_object_unref, NULL, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttask.h | 174 GstTask* gst_task_new (GstTaskFunction func,
|
D | gsttask.c | 476 gst_task_new (GstTaskFunction func, gpointer user_data, GDestroyNotify notify) in gst_task_new() function
|
D | gstpad.c | 6287 task = gst_task_new (func, user_data, notify); in gst_pad_start_task()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmoovrecover.c | 351 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/ |
D | adaptive_demux_common.c | 345 gst_task_new ((GstTaskFunction) testSeekTaskDoSeek, seekContext, NULL); in testSeekAdaptiveDemuxSendsData()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | gstrtmp2src.c | 234 self->task = gst_task_new (gst_rtmp2_src_task_func, self, NULL); in gst_rtmp2_src_init()
|
D | gstrtmp2sink.c | 267 self->task = gst_task_new (gst_rtmp2_sink_task_func, self, NULL); in gst_rtmp2_sink_init()
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | dvbbasebin.c | 544 gst_task_new ((GstTaskFunction) dvb_base_bin_task, dvbbasebin, NULL); in dvb_base_bin_init()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavdemux.c | 274 gst_task_new ((GstTaskFunction) gst_ffmpegdemux_loop, demux, NULL); in gst_ffmpegdemux_init()
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | porting-to-1.0.txt | 437 gst_task_create() -> gst_task_new()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 710 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/ |
D | gstcurlhttpsrc.c | 859 klass->multi_task_context.task = gst_task_new ( in gst_curl_http_src_ref_multi()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybin3.c | 4928 gst_task_new ((GstTaskFunction) gst_play_bin3_activation_thread, in gst_play_bin3_start()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 9209 src->task = gst_task_new ((GstTaskFunction) gst_rtspsrc_thread, src, NULL); in gst_rtspsrc_start()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 49301 Add a GDestroyNotify to the user_data we pass to gst_task_new() 59429 gst_task_create() -> gst_task_new()
|