Bug#662097: libgstreamer0.10-dev: comma at end of enumerator list in gstmessage.h

Jonas Smedegaard dr at jones.dk
Sun Mar 4 02:38:51 UTC 2012


Package: libgstreamer0.10-dev
Version: 0.10.36-1
Severity: normal
Tags: patch

Compiling scenic reveals this:

In file included from /usr/include/gstreamer-0.10/gst/gstbus.h:29:0,
                 from /usr/include/gstreamer-0.10/gst/gstelement.h:58,
                 from /usr/include/gstreamer-0.10/gst/gstbin.h:27,
                 from /usr/include/gstreamer-0.10/gst/gst.h:35,
                 from /srv/data/jonas-src/GITauth/alioth/pkg-multimedia/scenic/./src/gst/mediaBase.cpp:27:
/usr/include/gstreamer-0.10/gst/gstmessage.h:264:30: error: comma at end of enumerator list [-Werror=edantic]
compilation terminated due to -Wfatal-errors.


This should fix it:

--- gstmessage.h.orig2012-02-21 10:40:54.000000000 +0100
+++ gstmessage.h2012-03-04 03:32:24.175435494 +0100
@@ -261,7 +261,7 @@
   GST_PROGRESS_TYPE_CONTINUE = 1,
   GST_PROGRESS_TYPE_COMPLETE = 2,
   GST_PROGRESS_TYPE_CANCELED = 3,
-  GST_PROGRESS_TYPE_ERROR    = 4,
+  GST_PROGRESS_TYPE_ERROR    = 4
 } GstProgressType;
 
 /**



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgstreamer0.10-dev depends on:
ii  gir1.2-gstreamer-0.10  0.10.36-1
ii  libc6                  2.13-27
ii  libc6-dev [libc-dev]   2.13-27
ii  libglib2.0-0           2.30.2-6
ii  libglib2.0-dev         2.30.2-6
ii  libgstreamer0.10-0     0.10.36-1
ii  libxml2-dev            2.7.8.dfsg-7
ii  pkg-config             0.26-1

Versions of packages libgstreamer0.10-dev recommends:
ii  debhelper  9.20120115

Versions of packages libgstreamer0.10-dev suggests:
pn  gstreamer0.10-doc  <none>

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/include/gstreamer-0.10/gst/gstmessage.h (from libgstreamer0.10-dev package)





More information about the pkg-gstreamer-maintainers mailing list