summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-07-28 15:40:38 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-07-28 15:40:38 +0000
commit585a4702f842a6c7b4b5882d30cc45cf5c0befd2 (patch)
treed4ad9d7d4158ab7fc67cf308d0b09582d66f8948
parentd34571ac6533fce0849b70150ffe535d316e370e (diff)
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.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38f71125..0821702f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),