[gst-devel] Re: [gst-cvs] thomasvs gst-plugins: gst-plugins/m4/

David I. Lehn dlehn at vt.edu
Thu Sep 19 08:44:04 CEST 2002


* Thomas Vander Stichele <thomasvs at users.sourceforge.net> [20020919 11:25]:
> Log message:
> update to 1.0 macro
> 
> Modified files:
>     m4              : vorbis.m4

>  #include <vorbis/codec.h>
> -#include <vorbis/vorbisenc.h>
>  
...
>      vorbis_info_init (&vi);
> -    vorbis_encode_init (&vi, 2, 44100, -1, 128000, -1);
> +    vorbis_encode_init (&vi, 2, 44100, -1, 128, -1);
>      vorbis_analysis_init (&vd, &vi);

This reverts bugs I fixed and got applied in upstream CVS.  I guess an
upstream release with those changes hasn't been made yet.  Perhaps we
could revert this to the upstream version again?

(fyi: these two lines are changed upstream betwteen v1.8 and v1.9 of
vorbis.m4)

-dave




More information about the gstreamer-devel mailing list