Home
last modified time | relevance | path

Searched refs:download_task (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c411 if (stream->download_task != NULL) { in gst_adaptive_demux_set_exit_block()
412 gst_task_stop (stream->download_task); in gst_adaptive_demux_set_exit_block()
1539 gst_task_stop (stream->download_task); in gst_adaptive_demux_expose_streams()
1575 stream->download_task = in gst_adaptive_demux_stream_new()
1578 gst_task_set_lock (stream->download_task, &stream->download_lock); in gst_adaptive_demux_stream_new()
1637 if (stream->download_task) { in gst_adaptive_demux_stream_free()
1638 if (GST_TASK_STATE (stream->download_task) != GST_TASK_STOPPED) { in gst_adaptive_demux_stream_free()
1642 gst_task_stop (stream->download_task); in gst_adaptive_demux_stream_free()
1654 gst_task_join (stream->download_task); in gst_adaptive_demux_stream_free()
1659 gst_object_unref (stream->download_task); in gst_adaptive_demux_stream_free()
[all …]
Dgstadaptivedemux.h152 GstTask *download_task; member