[Bug 710172] New: ges-formatter.h: syntax error

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 15 10:56:28 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=710172
  GStreamer | gst-editing-services | 1.2.0

           Summary: ges-formatter.h: syntax error
    Classification: Platform
           Product: GStreamer
           Version: 1.2.0
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-editing-services
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: kishore.arepalli at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


ges\ges-formatter.h(138): error C2332: 'class' : missing tag name
ges\ges-formatter.h(138): error C2011: '<unnamed-tag>' : 'enum' type
redefinition

ges\ges-formatter.h(138): error C2144: syntax error : '<unnamed-tag>' should be
preceded by ')'
ges\ges-formatter.h(138): error C2144: syntax error : '<unnamed-tag>' should be
preceded by ';'
ges\ges-formatter.h(138): error C2143: syntax error : missing ';' before ','
ges\ges-formatter.h(138): error C2059: syntax error : ','
ges\ges-formatter.h(144): error C2059: syntax error : ')'


The above sytax error problem is for the below method declaration.

void ges_formatter_class_register_metas (GESFormatterClass * class,
                                         const gchar *name,
                                         const gchar *description,
                                         const gchar *extension,
                                         const gchar *mimetype,
                                         gdouble version,
                                         GstRank rank);

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list