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 600724 - celt: fails to build against celt-0.7
celt: fails to build against celt-0.7
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.17
Assigned To: Sebastian Dröge (slomo)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-04 19:34 UTC by Olivier Crête
Modified: 2009-11-11 10:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
celt: Make celt version checks better extensible (2.11 KB, patch)
2009-11-11 09:58 UTC, Sebastian Dröge (slomo)
committed Details | Review
celt: Port to 0.7 API (2.84 KB, patch)
2009-11-11 09:59 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Olivier Crête 2009-11-04 19:34:20 UTC
Seems like the API changed in celt 0.7 and the module fails to build, we should update our code.

c1: warnings being treated as errors
gstceltdec.c: In function ‘celt_dec_chain_parse_header’:
gstceltdec.c:502: error: passing argument 3 of ‘celt_mode_create’ makes pointer from integer without a cast
gstceltdec.c:502: error: too many arguments to function ‘celt_mode_create’
gstceltdec.c:507: error: too few arguments to function ‘celt_decoder_create’
make: *** [libgstcelt_la-gstceltdec.lo] Error 1
Comment 1 Sebastian Dröge (slomo) 2009-11-11 09:58:56 UTC
Created attachment 147454 [details] [review]
celt: Make celt version checks better extensible
Comment 2 Sebastian Dröge (slomo) 2009-11-11 09:59:07 UTC
Created attachment 147455 [details] [review]
celt: Port to 0.7 API

Fixes bug #600724.