[gst-cvs] gst-plugins-ugly: rmdemux: Remove unused accurate flag.

Edward Hervey bilboed at kemper.freedesktop.org
Sun Apr 19 05:06:15 PDT 2009


Module: gst-plugins-ugly
Branch: master
Commit: 2a892f58567ac05084b0c1d397624115850b6dc1
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=2a892f58567ac05084b0c1d397624115850b6dc1

Author: Edward Hervey <bilboed at bilboed.com>
Date:   Sun Apr 19 13:58:31 2009 +0200

rmdemux: Remove unused accurate flag.

I couldn't see any reason why this was there in the first place.

---

 gst/realmedia/rmdemux.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/gst/realmedia/rmdemux.c b/gst/realmedia/rmdemux.c
index a7854c4..5d3772e 100644
--- a/gst/realmedia/rmdemux.c
+++ b/gst/realmedia/rmdemux.c
@@ -470,7 +470,7 @@ gst_rmdemux_perform_seek (GstRMDemux * rmdemux, GstEvent * event)
 {
   gboolean validated;
   gboolean ret = TRUE;
-  gboolean flush, accurate;
+  gboolean flush;
   GstFormat format;
   gdouble rate;
   GstSeekFlags flags;
@@ -505,7 +505,6 @@ gst_rmdemux_perform_seek (GstRMDemux * rmdemux, GstEvent * event)
   GST_DEBUG_OBJECT (rmdemux, "seek, rate %g", rate);
 
   flush = flags & GST_SEEK_FLAG_FLUSH;
-  accurate = flags & GST_SEEK_FLAG_ACCURATE;
 
   /* first step is to unlock the streaming thread if it is
    * blocked in a chain call, we do this by starting the flush. */





More information about the Gstreamer-commits mailing list