basesrc: Add FIXME comment for unused assignment results
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 7 May 2013 14:46:32 +0000 (16:46 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 8 May 2013 06:52:25 +0000 (08:52 +0200)
libs/gst/base/gstbasesrc.c

index ef9b154..984542d 100644 (file)
@@ -1660,6 +1660,7 @@ gst_base_src_perform_seek (GstBaseSrc * src, GstEvent * event, gboolean unlock)
 
     /* for deriving a stop position for the playback segment from the seek
      * segment, we must take the duration when the stop is not set */
+    /* FIXME: This is never used below */
     if ((stop = seeksegment.stop) == -1)
       stop = seeksegment.duration;