mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 03:46:11 +00:00
qtdemux: fix small typo in comment
This commit is contained in:
parent
109995707e
commit
288b0bbb38
1 changed files with 1 additions and 1 deletions
|
@ -1351,7 +1351,7 @@ gst_qtdemux_do_push_seek (GstQTDemux * qtdemux, GstPad * pad, GstEvent * event)
|
||||||
stop_type, &stop))
|
stop_type, &stop))
|
||||||
goto no_format;
|
goto no_format;
|
||||||
|
|
||||||
/* Upstrea seek in bytes will have undefined stop, but qtdemux stores
|
/* Upstream seek in bytes will have undefined stop, but qtdemux stores
|
||||||
* the original stop position to use when upstream pushes the new segment
|
* the original stop position to use when upstream pushes the new segment
|
||||||
* for this seek */
|
* for this seek */
|
||||||
original_stop = stop;
|
original_stop = stop;
|
||||||
|
|
Loading…
Reference in a new issue