From: Sebastian Dröge Date: Tue, 7 May 2013 14:46:32 +0000 (+0200) Subject: basesrc: Add FIXME comment for unused assignment results X-Git-Tag: 1.1.1~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1319196349d18e7917ce61e8f1c6403276265421;p=platform%2Fupstream%2Fgstreamer.git basesrc: Add FIXME comment for unused assignment results --- diff --git a/libs/gst/base/gstbasesrc.c b/libs/gst/base/gstbasesrc.c index ef9b154c..984542d 100644 --- a/libs/gst/base/gstbasesrc.c +++ b/libs/gst/base/gstbasesrc.c @@ -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;