gstreamer/ext/vorbis
Edward Hervey 31ce9d42b0 ext/vorbis/vorbisdec.c: gst_tag_list_merge() returns a new object. Take that into account when using it. This avoids ...
Original commit message from CVS:
* ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
(vorbis_handle_comment_packet):
gst_tag_list_merge() returns a new object. Take that into account when
using it. This avoids memleak.
Revert previous commit which is not needed.
2006-07-12 14:20:43 +00:00
..
Makefile.am further clean up build 2006-06-11 14:08:54 +00:00
README ext/vorbis/: Added a raw vorbis encoder to be used with the oggmuxer. 2004-05-10 17:44:07 +00:00
vorbis.c ext/vorbis/vorbis.c: Register musicbrainz tags, so apps don't have to. 2006-02-07 18:32:00 +00:00
vorbisdec.c ext/vorbis/vorbisdec.c: gst_tag_list_merge() returns a new object. Take that into account when using it. This avoids ... 2006-07-12 14:20:43 +00:00
vorbisdec.h ext/vorbis/vorbisdec.*: Delay sending events (newsegment, tags) until the decoder is properly initialized. 2006-07-12 10:37:18 +00:00
vorbisenc.c ext/vorbis/vorbisenc.*: Multi-channel caps negotiation, so we can do proper multichannel vorbis encoding, negotiated ... 2006-05-30 13:22:58 +00:00
vorbisenc.h ext/vorbis/vorbisenc.*: Multi-channel caps negotiation, so we can do proper multichannel vorbis encoding, negotiated ... 2006-05-30 13:22:58 +00:00
vorbisparse.c ext/theora/theoraparse.c (gst_theora_parse_init) ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 2006-05-05 16:34:15 +00:00
vorbisparse.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 19:19:51 +00:00

oggvorbisenc : encodes to vorbis inside an ogg stream. This is not the
               GStreamer way of doing things and should be removed for 
	       0.9. It is still called "vorbisenc" for backward compatibility
	       reasons. It also takes integer audio as input.
vorbisenc :    Encodes to a raw vorbis stream and should be used together
 	       with an ogg muxer such as "oggmux" it is called "rawvorbisenc".
	       It also takes raw float samples as input.

TODO for 0.9:

- remove oggvorbisenc.c and oggvorbisenc.h
- remove references to oggvorbisenc.[ch] in the Makefile and in vorbis.c
- remove the element vorbisenc.
- rename the element rawvorbisenc to vorbisenc.