hlsdemux: Remove unused variable
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 31 Aug 2011 10:12:59 +0000 (12:12 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 31 Aug 2011 10:12:59 +0000 (12:12 +0200)
gst/hls/gsthlsdemux.c

index bfda3a5c8c33ef77d594c640b56cd32b42b8b896..9d8c3126d452cf0997d32cb18d9c5b2751c1d959 100644 (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);