mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
0619168e2a
And clean up any old pending headers if we receive a new identification header, or if we receive a new set of headers via caps. Otherwise it might happen that we receive one or more header but not all, and then afterwards all headers again, and libvorbis does not like getting headers passed multiple times and would error out. It only makes sense to pass the very latest headers to the decoder at the time we can actually make use of them. https://bugzilla.gnome.org/show_bug.cgi?id=796980 |
||
---|---|---|
.. | ||
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 | ||
meson.build | ||
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.