mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +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
|
static void
|
||||||
gst_hls_demux_stop_update (GstHLSDemux * demux)
|
gst_hls_demux_stop_update (GstHLSDemux * demux)
|
||||||
{
|
{
|
||||||
GError *error;
|
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (demux, "Stopping updates thread");
|
GST_DEBUG_OBJECT (demux, "Stopping updates thread");
|
||||||
while (demux->updates_thread) {
|
while (demux->updates_thread) {
|
||||||
g_mutex_lock (demux->thread_lock);
|
g_mutex_lock (demux->thread_lock);
|
||||||
|
|
Loading…
Reference in a new issue