hlsdemux: Remove unused variable

This commit is contained in:
Sebastian Dröge 2011-08-31 12:12:59 +02:00
parent 0c97deb59d
commit c8b7ae1ffa

View file

@ -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);