diff --git a/ChangeLog b/ChangeLog index 870af229e5..0ca850e057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-13 Jan Schmidt + + * ext/theora/theoradec.c: (theora_dec_sink_event): + Fix misleading comment. + 2007-04-13 Stefan Kost * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c index 30227066c9..c10ce69632 100644 --- a/ext/theora/theoradec.c +++ b/ext/theora/theoradec.c @@ -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;