summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2008-06-04 18:08:35 +0000
committerThijs Vermeir <thijsvermeir@gmail.com>2008-06-04 18:08:35 +0000
commit8057839bddba89fefb782d881f3f3fb1d535723e (patch)
tree24f05437aa343b428b8abacbe60b3b51e7a055e1
parentb950285ac7cd434c3a6f1623a8e73530f299e5f9 (diff)
gst/avi/gstavidemux.c: Fix typo in comment
Original commit message from CVS: * gst/avi/gstavidemux.c: Fix typo in comment
-rw-r--r--ChangeLog5
-rw-r--r--gst/avi/gstavidemux.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d1d20379..399c1495 100644
--- 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
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 =