[0.11] gst-plugins-bad: hlsdemux: Remove unused variable
Wim Taymans
wtay at kemper.freedesktop.org
Tue Sep 6 07:14:32 PDT 2011
Module: gst-plugins-bad
Branch: 0.11
Commit: c8b7ae1ffa8f3813e00f17089987758f6f67a419
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=c8b7ae1ffa8f3813e00f17089987758f6f67a419
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Wed Aug 31 12:12:59 2011 +0200
hlsdemux: Remove unused variable
---
gst/hls/gsthlsdemux.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/gst/hls/gsthlsdemux.c b/gst/hls/gsthlsdemux.c
index bfda3a5..9d8c312 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);
More information about the gstreamer-commits
mailing list