summaryrefslogtreecommitdiffstats
path: root/ext/directfb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/directfb')
-rw-r--r--ext/directfb/dfbvideosink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c
index 84dd0407..6bc9bfc0 100644
--- a/ext/directfb/dfbvideosink.c
+++ b/ext/directfb/dfbvideosink.c
@@ -755,7 +755,7 @@ gst_dfbvideosink_get_format_from_caps (GstCaps * caps)
pixel_format = DSPF_UYVY;
break;
default:
- GST_WARNING ("unhandled YUV format" GST_FOURCC_FORMAT,
+ GST_WARNING ("unhandled YUV format %" GST_FOURCC_FORMAT,
GST_FOURCC_ARGS (fourcc));
goto beach;
}