From 9b2d949a0fdde1814bb99441ac2f08579db4e9c2 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 13 Apr 2007 11:42:34 +0000 Subject: [PATCH] ext/theora/theoradec.c: Fix misleading comment. Original commit message from CVS: * ext/theora/theoradec.c: (theora_dec_sink_event): Fix misleading comment. --- ChangeLog | 5 +++++ ext/theora/theoradec.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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;