diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-07-28 15:40:38 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-07-28 15:40:38 +0000 |
commit | fe6c0dd55f3206da297796217973997031fed678 (patch) | |
tree | d489d00ce55b72bef63b23b115182e5aa0600e1d /ChangeLog | |
parent | 1db1db6dcbf14e7d656a49cce37194fd1aaefc64 (diff) | |
download | gst-plugins-bad-fe6c0dd55f3206da297796217973997031fed678.tar.gz gst-plugins-bad-fe6c0dd55f3206da297796217973997031fed678.tar.bz2 gst-plugins-bad-fe6c0dd55f3206da297796217973997031fed678.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-07-28 Wim Taymans <wim@fluendo.com> + * 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 <wim@fluendo.com> + * 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), |