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 701362 - GST_VIDEO_CAPS_RGB8_PALETTED causes literal-suffix warning
GST_VIDEO_CAPS_RGB8_PALETTED causes literal-suffix warning
Status: RESOLVED DUPLICATE of bug 699009
Product: GStreamer
Classification: Platform
Component: dont know
0.10.36
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-31 14:00 UTC by Michael Stahl
Modified: 2013-05-31 22:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to avoid the warning (669 bytes, patch)
2013-05-31 14:00 UTC, Michael Stahl
reviewed Details | Review

Description Michael Stahl 2013-05-31 14:00:47 UTC
Created attachment 245734 [details] [review]
patch to avoid the warning

GCC 4.8.0 on Fedora 19 beta with C++11 enabled:

/usr/include/gstreamer-0.10/gst/video/video.h:345:7: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Werror=literal-suffix]
       "width = "GST_VIDEO_SIZE_RANGE" , "                  \
       ^
/usr/include/gstreamer-0.10/gst/video/video.h:347:7: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Werror=literal-suffix]
       "framerate = "GST_VIDEO_FPS_RANGE
       ^

i'll attach a patch to fix it
Comment 1 Tim-Philipp Müller 2013-05-31 22:10:15 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 699009 ***