mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
5109622dd0
Original commit message from CVS: (theora_enc_finalize), (theora_enc_sink_setcaps): Add a finalize method to ensure we clean up state even if someone omitted the state change back to NULL. * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1), (gst_vorbisenc_chain): Free some more leaked bits. * tests/check/pipelines/theoraenc.c: (start_pipeline), (stop_pipeline): Wait for state changes to happen if they're ASYNC. This ought to teach those fancy pants buildbots a lesson. |
||
---|---|---|
.. | ||
Makefile.am | ||
README | ||
vorbis.c | ||
vorbisdec.c | ||
vorbisdec.h | ||
vorbisenc.c | ||
vorbisenc.h | ||
vorbisparse.c | ||
vorbisparse.h |
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.