Problem with audio and Orc when compiling 1.2.3

Peter Maersk-Moller pmaersk at gmail.com
Sun Mar 2 04:33:58 PST 2014


Hi

I'm trying to compile GStreamer 1.2.3 on updated Ubuntu 12.04. Earlier
versions have compiled without major mishaps, but this versions have some
problems with type definitions for audio formats related to Orc.

Liborc-0.4.18 has been installed.

The compiler produces this output

make[1]: Entering directory
`/home/pmm/Projects/GStreamer/gst-plugins-base-1.2.3/gst-libs/gst/audio'
  CC     libgstaudio_1.0_la-audio-format.lo
audio-format.c: In function 'unpack_s8':
audio-format.c:111:1: warning: passing argument 2 of 'audio_orc_unpack_s8'
makes integer from pointer without a cast [enabled by default]
gstaudiopack.h:71:6: note: expected 'int' but argument is of type 'gpointer'
audio-format.c:111:1: error: too many arguments to function
'audio_orc_unpack_s8'
gstaudiopack.h:71:6: note: declared here
audio-format.c: In function 'pack_s8':
audio-format.c:111:1: warning: passing argument 2 of 'audio_orc_pack_s8'
makes integer from pointer without a cast [enabled by default]
gstaudiopack.h:89:6: note: expected 'int' but argument is of type 'gpointer'
audio-format.c:111:1: error: too many arguments to function
'audio_orc_pack_s8'
gstaudiopack.h:89:6: note: declared here

And many more likes this so obvious something went wrong. Perhaps a wrong
include somehow? Is this a known issue?

Kind regards
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140302/9489a075/attachment.html>


More information about the gstreamer-devel mailing list