gstreamer/ext
Wim Taymans 8caa0523e7 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.
2004-07-21 13:28:23 +00:00
..
alsa ext/alsa/gstalsa.c: disable some of the debugging code for now. Writing debugging to a buffer is broken in current al... 2004-07-15 20:32:41 +00:00
cdparanoia ext/cdparanoia/gstcdparanoia.c: Send discont events and change timestamps appropriately when we get a seek event. (b... 2004-06-14 20:33:56 +00:00
gnomevfs second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... 2004-05-21 23:28:57 +00:00
libvisual don't assert in state change 2004-07-09 10:56:51 +00:00
ogg ext/ogg/gstoggdemux.c: When trying to find the stream length, seek back N pages instead of just one, where N is the n... 2004-07-13 10:38:25 +00:00
pango second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... 2004-05-21 23:28:57 +00:00
theora ext/: Added query/convert/formats functions to vorbis and theora decoders so that the outside world can use them too.... 2004-07-21 13:28:23 +00:00
vorbis ext/: Added query/convert/formats functions to vorbis and theora decoders so that the outside world can use them too.... 2004-07-21 13:28:23 +00:00
Makefile.am ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/ 2004-06-24 01:16:02 +00:00