mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
hlsdemux: Add a FIXME comment. loop task should be a pad task
This commit is contained in:
parent
b55f157d6f
commit
2d90f1c0dc
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ gst_hls_demux_init (GstHLSDemux * demux, GstHLSDemuxClass * klass)
|
|||
demux->fetcher_lock = g_mutex_new ();
|
||||
demux->queue = g_queue_new ();
|
||||
g_static_rec_mutex_init (&demux->task_lock);
|
||||
/* FIXME: This really should be a pad task instead */
|
||||
demux->task = gst_task_create ((GstTaskFunction) gst_hls_demux_loop, demux);
|
||||
gst_task_set_lock (demux->task, &demux->task_lock);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue