mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
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:
parent
95ef089dc6
commit
9b2d949a0f
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue