[Bug 699009] C++11 requires a space between literal and GST_VIDEO_SIZE_RANGE identifier

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Apr 27 01:28:07 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=699009
  GStreamer | gst-plugins-base | unspecified

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.37

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-04-27 08:28:02 UTC ---
GStreamer 0.10 is no longer maintained, applications should be ported to 1.x.

However, I've pushed a fix for this, since it's rather trivial:

 commit bdb33163478fdf95938fbdca7eabad3ea920a277
 Author: Tim-Philipp Müller <tim at centricular.net>
 Date:   Sat Apr 27 09:25:35 2013 +0100

    video: fix compiler warning in header with C++11 / clang-3.1

    ...include/gstreamer-0.10/gst/video/video.h:357:17: error:
          invalid suffix on literal; C++11 requires a space between literal and
          identifier [-Wreserved-user-defined-literal]
          "width = "GST_VIDEO_SIZE_RANGE" , "                               \

    https://bugzilla.gnome.org/show_bug.cgi?id=699009

Seems to be already fixed in the 1.x headers (though there may be other
problems of course).

-- 
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