mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
gst/avi/gstavidemux.c: Fix typo in comment
Original commit message from CVS: * gst/avi/gstavidemux.c: Fix typo in comment
This commit is contained in:
parent
b950285ac7
commit
8057839bdd
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
|
||||||
|
|
||||||
|
* gst/avi/gstavidemux.c:
|
||||||
|
Fix typo in comment
|
||||||
|
|
||||||
2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
|
2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
|
||||||
|
|
||||||
* gst/avi/gstavidemux.c:
|
* gst/avi/gstavidemux.c:
|
||||||
|
|
|
@ -3156,7 +3156,7 @@ gst_avi_demux_do_seek (GstAviDemux * avi, GstSegment * segment)
|
||||||
|
|
||||||
/* Because we don't know the frame order we need to push from the prev keyframe
|
/* Because we don't know the frame order we need to push from the prev keyframe
|
||||||
* to the next keyframe. If there is a smart decoder downstream he will notice
|
* to the next keyframe. If there is a smart decoder downstream he will notice
|
||||||
* that there are too many decoded frames send and return UNEXPECTED when there
|
* that there are too many encoded frames send and return UNEXPECTED when there
|
||||||
* are enough decoded frames to fill the segment.
|
* are enough decoded frames to fill the segment.
|
||||||
*/
|
*/
|
||||||
next_keyframe =
|
next_keyframe =
|
||||||
|
|
Loading…
Reference in a new issue