After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 575101 - CELT plugin fails to compile
CELT plugin fails to compile
Status: RESOLVED DUPLICATE of bug 573852
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.10
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-12 16:11 UTC by Christian Fredrik Kalager Schaller
Modified: 2009-03-12 16:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2009-03-12 16:11:58 UTC
cc1: warnings being treated as errors
gstceltenc.c: In function 'gst_celt_enc_encode':
gstceltenc.c:743: error: passing argument 3 of 'celt_encode' from incompatible pointer type
/usr/include/celt/celt.h:190: note: expected 'celt_int16_t *' but argument is of type 'guint8 *'
gstceltenc.c:743: error: passing argument 4 of 'celt_encode' makes pointer from integer without a cast
/usr/include/celt/celt.h:190: note: expected 'unsigned char *' but argument is of type 'gint'
gstceltenc.c:743: error: too few arguments to function 'celt_encode'
Comment 1 Jan Schmidt 2009-03-12 16:24:50 UTC

*** This bug has been marked as a duplicate of 573852 ***