[gstreamer-bugs] gst-plugins-good gstwavparse.c:1045: error:

Tim Müller t.i.m at zen.co.uk
Sun Sep 3 03:27:43 PDT 2006


On Fri, 2006-09-01 at 23:17 +0000, PardoX PardoX wrote:

> I dont know whether right or wrong mail list im sending to.
> Im having a trouble compiling gst-plugins-good 0.10.4.I have installed all 
> the dependencies but i cant go farther.
> gstwavparse.c: In function `gst_wavparse_stream_headers':
> gstwavparse.c:1045: error: `GST_RIFF_TAG_bext' undeclared (first use in this 
> function)
> gstwavparse.c:1045: error: (Each undeclared identifier is reported only once
> gstwavparse.c:1045: error: for each function it appears in.)
> gstwavparse.c:1046: error: `GST_RIFF_TAG_BEXT' undeclared (first use in this 
> function)
> make[3]: *** [libgstwavparse_la-gstwavparse.lo] Error 1
>
> gst-plugins-base 0.10.8
> gstreamer 0.10.8

It should work with gst-plugins-base 0.10.9 (and gstreamer core 0.10.9),
looks like I forgot to update the requirements in configure.ac when I
added that, sorry.

Alternatively, you can just add these two lines somewhere at the top of
gstwavparse.c and see if that gets you further:

 #define GST_RIFF_TAG_bext GST_MAKE_FOURCC ('b','e','x','t')
 #define GST_RIFF_TAG_BEXT GST_MAKE_FOURCC ('B','E','X','T')

 Cheers
  -Tim






More information about the Gstreamer-bugs mailing list