diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/avi/gstavidemux.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com> * gst/avi/gstavidemux.c: + Fix typo in comment + +2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com> + + * gst/avi/gstavidemux.c: Because we don't know the frame order we need to push till the next keyframe diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c index 77c9eba7..d9a1b229 100644 --- a/gst/avi/gstavidemux.c +++ b/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 * 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. */ next_keyframe = |