summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-01-30 03:51:03 +0000
committerBenjamin Otte <otte@gnome.org>2004-01-30 03:51:03 +0000
commit9718c77293e83d8569aa5efd4ab4abb913723585 (patch)
treef84708d23e45c45b844d9a832c92ddeda053c100
parent92eb19b993e4e1bdd7fef71c1264e0092f4accac (diff)
downloadgstreamer-plugins-bad-9718c77293e83d8569aa5efd4ab4abb913723585.tar.gz
ext/ffmpeg/gstffmpegcodecmap.c: removee video/x-theora from vp3 decoder, it doesn't handle raw theora streams
Original commit message from CVS: 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps): removee video/x-theora from vp3 decoder, it doesn't handle raw theora streams * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init): fix bug with finalizing element that never went to PAUSED * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query): length and position queries were swapped * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init), (vorbis_dec_from_granulepos), (vorbis_dec_src_query), (vorbis_dec_src_event): implement querying time and bytes
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index faabab481..f30f9341b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
+ removee video/x-theora from vp3 decoder, it doesn't handle raw
+ theora streams
+ * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
+ fix bug with finalizing element that never went to PAUSED
+ * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
+ length and position queries were swapped
+ * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
+ (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
+ (vorbis_dec_src_event):
+ implement querying time and bytes
+
2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
* just about every source file: