rmdemux: Remove unused accurate flag.
authorEdward Hervey <bilboed@bilboed.com>
Sun, 19 Apr 2009 11:58:31 +0000 (13:58 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sun, 19 Apr 2009 11:58:31 +0000 (13:58 +0200)
I couldn't see any reason why this was there in the first place.

gst/realmedia/rmdemux.c

index a7854c4..5d3772e 100644 (file)
@@ -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. */