mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 22:21:13 +00:00
9cbe7c1403
vorbisenc currently reacts in a rater draconian fashion if input timestamps are more than 1/2 sample off what it considers ideal. If data is 'too late' it truncates buffers, if it is 'too soon' it completely shuts down encode and restarts it. This is causingvorbisenc to produce corrupt output when encoding data produced by sources with bugs that produce a smple or two of jitter (eg, flacdec) |
||
---|---|---|
.. | ||
gstivorbisdec.c | ||
gstvorbis.c | ||
gstvorbiscommon.c | ||
gstvorbiscommon.h | ||
gstvorbisdec.c | ||
gstvorbisdec.h | ||
gstvorbisdeclib.c | ||
gstvorbisdeclib.h | ||
gstvorbisenc.c | ||
gstvorbisenc.h | ||
gstvorbisparse.c | ||
gstvorbisparse.h | ||
gstvorbistag.c | ||
gstvorbistag.h | ||
Makefile.am | ||
README |
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.