Macro qtTrIdx() replaced by tr() and QT_TRANSLATE_NOOP()
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / ext / vorbis / README
1 oggvorbisenc : encodes to vorbis inside an ogg stream. This is not the
2                GStreamer way of doing things and should be removed for 
3                0.9. It is still called "vorbisenc" for backward compatibility
4                reasons. It also takes integer audio as input.
5 vorbisenc :    Encodes to a raw vorbis stream and should be used together
6                with an ogg muxer such as "oggmux" it is called "rawvorbisenc".
7                It also takes raw float samples as input.
8
9 TODO for 0.9:
10
11 - remove oggvorbisenc.c and oggvorbisenc.h
12 - remove references to oggvorbisenc.[ch] in the Makefile and in vorbis.c
13 - remove the element vorbisenc.
14 - rename the element rawvorbisenc to vorbisenc.
15
16