summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-08-31 12:12:59 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-08-31 12:12:59 +0200
commitc8b7ae1ffa8f3813e00f17089987758f6f67a419 (patch)
treecf073d7a2698d7f700d4ce9098fd5a7f14899a7c
parent0c97deb59dae4bf49c7dab15d89dc4af5b4b76b1 (diff)
hlsdemux: Remove unused variable
-rw-r--r--gst/hls/gsthlsdemux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/hls/gsthlsdemux.c b/gst/hls/gsthlsdemux.c
index bfda3a5c8..9d8c3126d 100644
--- a/gst/hls/gsthlsdemux.c
+++ b/gst/hls/gsthlsdemux.c
@@ -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);