From a1a2879083b10e0e8c74d8a65e7b9a76f568526c Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Thu, 22 May 2008 11:19:03 +0000 Subject: gst/smpte/gstsmptealpha.c: Fix debug statement arguments. Original commit message from CVS: 2008-05-22 Julien Moutte * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix debug statement arguments. * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp): * gst/udp/gstudpnetutils.c: (gst_udp_join_group), (gst_udp_leave_group): Fix IP and IPV6 options to make it work on more platforms. --- gst/smpte/gstsmptealpha.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/smpte') diff --git a/gst/smpte/gstsmptealpha.c b/gst/smpte/gstsmptealpha.c index 5da53f32..95c8b245 100644 --- a/gst/smpte/gstsmptealpha.c +++ b/gst/smpte/gstsmptealpha.c @@ -343,7 +343,8 @@ mask_failed: } unsupported_fourcc: { - GST_ERROR_OBJECT (smpte, "unsupported fourcc %" GST_FOURCC_FORMAT, fourcc); + GST_ERROR_OBJECT (smpte, "unsupported fourcc %" GST_FOURCC_FORMAT, + GST_FOURCC_ARGS (fourcc)); return FALSE; } } -- cgit