basesrc: Add FIXME comment for unused assignment results

This commit is contained in:
Sebastian Dröge 2013-05-07 16:46:32 +02:00
parent dc6aabfc55
commit 1319196349

View 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;