<div dir="ltr"><div><div><div><div><div><div>Hi<br><br></div>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.<br>
<br></div>Liborc-0.4.18 has been installed.<br><br></div>The compiler produces this output<br><br>make[1]: Entering directory `/home/pmm/Projects/GStreamer/gst-plugins-base-1.2.3/gst-libs/gst/audio'<br>  CC     libgstaudio_1.0_la-audio-format.lo<br>
audio-format.c: In function 'unpack_s8':<br>audio-format.c:111:1: warning: passing argument 2 of 'audio_orc_unpack_s8' makes integer from pointer without a cast [enabled by default]<br>gstaudiopack.h:71:6: note: expected 'int' but argument is of type 'gpointer'<br>
audio-format.c:111:1: error: too many arguments to function 'audio_orc_unpack_s8'<br>gstaudiopack.h:71:6: note: declared here<br>audio-format.c: In function 'pack_s8':<br>audio-format.c:111:1: warning: passing argument 2 of 'audio_orc_pack_s8' makes integer from pointer without a cast [enabled by default]<br>
gstaudiopack.h:89:6: note: expected 'int' but argument is of type 'gpointer'<br>audio-format.c:111:1: error: too many arguments to function 'audio_orc_pack_s8'<br>gstaudiopack.h:89:6: note: declared here<br>
<br></div>And many more likes this so obvious something went wrong. Perhaps a wrong include somehow? Is this a known issue?<br><br></div>Kind regards<br></div>Peter<br></div>