gst/avi/gstavidemux.c: Fix typo in comment
authorThijs Vermeir <thijsvermeir@gmail.com>
Wed, 4 Jun 2008 18:08:35 +0000 (18:08 +0000)
committerThijs Vermeir <thijsvermeir@gmail.com>
Wed, 4 Jun 2008 18:08:35 +0000 (18:08 +0000)
Original commit message from CVS:
* gst/avi/gstavidemux.c:
Fix typo in comment

ChangeLog
gst/avi/gstavidemux.c

index d1d2037..399c149 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
index 77c9eba..d9a1b22 100644 (file)
@@ -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 =