From 1319196349d18e7917ce61e8f1c6403276265421 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 7 May 2013 16:46:32 +0200 Subject: [PATCH] basesrc: Add FIXME comment for unused assignment results --- libs/gst/base/gstbasesrc.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.7.4