diff options
Diffstat (limited to 'gst/avi/gstavidemux.c')
-rw-r--r-- | gst/avi/gstavidemux.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |