mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 12:21:17 +00:00
basesrc: Add FIXME comment for unused assignment results
This commit is contained in:
parent
dc6aabfc55
commit
1319196349
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue