mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
media: fix confusing comment
This commit is contained in:
parent
aaf921cac4
commit
e327af8a26
1 changed files with 1 additions and 1 deletions
|
@ -1627,7 +1627,7 @@ gst_rtsp_media_seek (GstRTSPMedia * media, GstRTSPTimeRange * range)
|
||||||
flags |= GST_SEEK_FLAG_KEY_UNIT;
|
flags |= GST_SEEK_FLAG_KEY_UNIT;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME, we only do forwards */
|
/* FIXME, we only do forwards playback, no trick modes yet */
|
||||||
res = gst_element_seek (priv->pipeline, 1.0, GST_FORMAT_TIME,
|
res = gst_element_seek (priv->pipeline, 1.0, GST_FORMAT_TIME,
|
||||||
flags, start_type, start, stop_type, stop);
|
flags, start_type, start, stop_type, stop);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue