summaryrefslogtreecommitdiffstats
path: root/gst/smpte
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2008-05-22 11:19:03 +0000
committerJulien Moutte <julien@moutte.net>2008-05-22 11:19:03 +0000
commita1a2879083b10e0e8c74d8a65e7b9a76f568526c (patch)
tree95fd8b7fb7c22aaf01472cd1339ea4a9fe3741dc /gst/smpte
parent707191104d0c1377ac29061febe1fd1e9d1f9db9 (diff)
gst/smpte/gstsmptealpha.c: Fix debug statement arguments.
Original commit message from CVS: 2008-05-22 Julien Moutte <julien@fluendo.com> * 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.
Diffstat (limited to 'gst/smpte')
-rw-r--r--gst/smpte/gstsmptealpha.c3
1 files changed, 2 insertions, 1 deletions
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;
}
}