mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
hlsdemux: Remove unused variable
This commit is contained in:
parent
0c97deb59d
commit
c8b7ae1ffa
1 changed files with 0 additions and 2 deletions
|
@ -959,8 +959,6 @@ quit:
|
|||
static void
|
||||
gst_hls_demux_stop_update (GstHLSDemux * demux)
|
||||
{
|
||||
GError *error;
|
||||
|
||||
GST_DEBUG_OBJECT (demux, "Stopping updates thread");
|
||||
while (demux->updates_thread) {
|
||||
g_mutex_lock (demux->thread_lock);
|
||||
|
|
Loading…
Reference in a new issue