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 738624 - gst-editing-services fails to build with current git gstreamer-validate via Cerbero
gst-editing-services fails to build with current git gstreamer-validate via C...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Mac OS
: Normal normal
: 1.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 738622
 
 
Reported: 2014-10-16 10:38 UTC by Brion Vibber
Modified: 2014-10-17 09:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brion Vibber 2014-10-16 10:38:51 UTC
gstreamer-validate made a last-minute API change which changed/removed the gst_validate_add_action_type function.


ges-validate.c:452:3: warning: implicit declaration of function 'gst_validate_add_action_type' is invalid in C99 [-Wimplicit-function-declaration]
  gst_validate_add_action_type ("edit-container", "ges", _edit_container,


The change in gst-devtools: http://cgit.freedesktop.org/gstreamer/gst-devtools/commit/?id=02ab99fcbb62f6389d253eaead669d1cfd260f2c
Comment 1 Thibault Saunier 2014-10-17 09:34:44 UTC
I was sure I had pushed the fix in GES too.. anyway, fixed now:

commit 7e36a752bc0c4bcea0d035b0d64b75b366cad9ab
Author: Thibault Saunier <tsaunier@gnome.org>
Date:   Thu Oct 16 14:18:16 2014 +0200

    validate: Fix naming of add_action_type to register_action_type
    
    That function was just renamed in Validate