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 750448 - compile-time error in gst-editing-services after pulling latest changes
compile-time error in gst-editing-services after pulling latest changes
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Mac OS
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-05 10:27 UTC by Kyrylo V. Polezhaiev
Modified: 2015-06-05 11:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kyrylo V. Polezhaiev 2015-06-05 10:27:47 UTC
ges-base-xml-formatter.c: In function '_create_profile':
ges-base-xml-formatter.c:801:3: error: implicit declaration of function 'gst_encoding_profile_set_enabled' [-Werror=implicit-function-declaration]
   gst_encoding_profile_set_enabled (profile, enabled);
   ^
ges-base-xml-formatter.c:801:3: error: nested extern declaration of 'gst_encoding_profile_set_enabled' [-Werror=nested-externs]
cc1: all warnings being treated as errors

Thats seems to be related to May changes to XML formatter.
Comment 1 Tim-Philipp Müller 2015-06-05 10:31:22 UTC
You need to update your gst-plugins-base. This was recently added.
Comment 2 Kyrylo V. Polezhaiev 2015-06-05 11:15:04 UTC
Is everything correct with dependency check?
Comment 3 Tim-Philipp Müller 2015-06-05 11:24:29 UTC
Yes. We can't differentiate between different snapshots of the git master branch between releases. People who use git master just need to check the other modules.
Comment 4 Kyrylo V. Polezhaiev 2015-06-05 11:41:33 UTC
Got it, okay.