ext/: Added query/convert/formats functions to vorbis and theora decoders so that...
authorWim Taymans <wim.taymans@gmail.com>
Wed, 21 Jul 2004 13:28:23 +0000 (13:28 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 21 Jul 2004 13:28:23 +0000 (13:28 +0000)
commit1f9cfd7d35f7a27a95ecbe0857473666fb66ef5e
tree5f21b1e29d526f41a62dd9ceff3549198f7eb24d
parenta0daa305d03e2454c6ab1d691e73de6024b1f627
ext/: Added query/convert/formats functions to vorbis and theora decoders so that the outside world can use them too....

Original commit message from CVS:
* ext/theora/theoradec.c: (gst_theora_dec_init),
(theora_get_formats), (theora_get_event_masks),
(theora_get_query_types), (theora_dec_src_convert),
(theora_dec_sink_convert), (theora_dec_src_query),
(theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
* ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
(vorbis_get_event_masks), (vorbis_get_query_types),
(gst_vorbis_dec_init), (vorbis_dec_convert),
(vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
Added query/convert/formats functions to vorbis and theora decoders
so that the outside world can use them too. Fixed seeking on an
ogg/theora/vorbis file by disabling the seeking on the
theora srcpad.
ChangeLog