From: Wim Taymans Date: Wed, 28 Jul 2004 15:40:38 +0000 (+0000) Subject: ext/ogg/gstoggdemux.c: Return query failure when we don't know the length of an ogg... X-Git-Tag: 1.19.3~507^2~22922 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe6c0dd55f3206da297796217973997031fed678;p=platform%2Fupstream%2Fgstreamer.git ext/ogg/gstoggdemux.c: Return query failure when we don't know the length of an ogg stream insteda of returning TRUE ... Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query), (gst_ogg_demux_push): Return query failure when we don't know the length of an ogg stream insteda of returning TRUE with a bogus value. --- diff --git a/ChangeLog b/ChangeLog index 38f7112..0821702 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2004-07-28 Wim Taymans + * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query), + (gst_ogg_demux_push): + Return query failure when we don't know the length of + an ogg stream insteda of returning TRUE with a bogus value. + +2004-07-28 Wim Taymans + * ext/theora/theoradec.c: (theora_get_formats), (theora_dec_src_convert), (theora_dec_sink_convert), (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),