ext/ffmpeg/gstffmpegcodecmap.c: removee video/x-theora from vp3 decoder, it doesn...
authorBenjamin Otte <otte@gnome.org>
Fri, 30 Jan 2004 03:51:04 +0000 (03:51 +0000)
committerBenjamin Otte <otte@gnome.org>
Fri, 30 Jan 2004 03:51:04 +0000 (03:51 +0000)
commitef502795dc4f65de800a4bc6615c8a275474535d
tree5916debd32b9be65ae52bbad864e6981cc5f0ae8
parent03caa97b73186756d200772536cb1ef441ddcff3
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
ChangeLog
ext/ogg/gstoggdemux.c
ext/vorbis/vorbisdec.c