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 726365 - ges-smart-adder.c:47:57: error: expected ')' before ';' token
ges-smart-adder.c:47:57: error: expected ')' before ';' token
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-14 19:04 UTC by Andreas Schwab
Modified: 2014-03-15 12:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (791 bytes, patch)
2014-03-14 19:04 UTC, Andreas Schwab
committed Details | Review

Description Andreas Schwab 2014-03-14 19:04:50 UTC
Created attachment 271942 [details] [review]
Patch

ges-smart-adder.c: In function 'ges_smart_adder_new':
ges-smart-adder.c:47:57: error: expected ')' before ';' token
 #define DEFAULT_CAPS "audio/x-raw,format=(string)S32BE;";
                                                         ^
ges-smart-adder.c:208:60: note: in expansion of macro 'DEFAULT_CAPS'
   g_object_set (self->adder, "caps", gst_caps_from_string (DEFAULT_CAPS), NULL);
Comment 1 Sebastian Dröge (slomo) 2014-03-15 12:12:33 UTC
commit 4dbdac99ed956ec070cd1e940db2ad0c344218ca
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Fri Mar 14 19:59:27 2014 +0100

    ges: remove extra semicolon
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726365