vorbisdec: support modern Tremor versions
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 25 Jan 2012 22:53:04 +0000 (23:53 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 14 Mar 2012 14:10:27 +0000 (14:10 +0000)
commit787e896bdeb6c67d13a918ec55d3826fa010fb90
treef0e47f95675fdf55f28e4052cf36abdacfc0c6dd
parentd13e1b49f6b690f8476fdca12a115f571f180171
vorbisdec: support modern Tremor versions

Tremor changed to use standard libogg rather than its own incompatible
copy back in Aug 2010 (r17375), causing gst-plugin-base build to fail.

Tremolo so far unfortunately hasn't been updated. Restructure
vorbisdeclib.h so the int/float logic is seperate from the ogg handling,
and only use the legacy _ogg_packet_wrapper code for Tremolo.

https://bugzilla.gnome.org/show_bug.cgi?id=668726
ext/vorbis/gstvorbisdeclib.h