ext/theora/theoradec.c: Fix misleading comment.

Original commit message from CVS:
* ext/theora/theoradec.c: (theora_dec_sink_event):
Fix misleading comment.
This commit is contained in:
Jan Schmidt 2007-04-13 11:42:34 +00:00
parent 95ef089dc6
commit 9b2d949a0f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
* ext/theora/theoradec.c: (theora_dec_sink_event):
Fix misleading comment.
2007-04-13 Stefan Kost <ensonic@users.sf.net>
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):

View file

@ -681,7 +681,7 @@ theora_dec_sink_event (GstPad * pad, GstEvent * event)
gst_event_parse_new_segment_full (event, &update, &rate, &arate, &format,
&start, &stop, &time);
/* we need TIME and a positive rate */
/* we need TIME format */
if (format != GST_FORMAT_TIME)
goto newseg_wrong_format;