File gstreamer-0_10-plugins-base-gcc6-fixes.patch of Package gstreamer-0_10-plugins-base.26306
Index: gst-plugins-base-0.10.36/gst-libs/gst/video/video.h
===================================================================
--- gst-plugins-base-0.10.36.orig/gst-libs/gst/video/video.h
+++ gst-plugins-base-0.10.36/gst-libs/gst/video/video.h
@@ -342,9 +342,9 @@ typedef enum {
*/
#define GST_VIDEO_CAPS_RGB8_PALETTED \
"video/x-raw-rgb, bpp = (int)8, depth = (int)8, " \
- "width = "GST_VIDEO_SIZE_RANGE" , " \
+ "width = " GST_VIDEO_SIZE_RANGE " , " \
"height = " GST_VIDEO_SIZE_RANGE ", " \
- "framerate = "GST_VIDEO_FPS_RANGE
+ "framerate = " GST_VIDEO_FPS_RANGE
/**
* GST_VIDEO_CAPS_YUV: