From 72f0385606f324d7182e491175cf5418980b5208 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Mon, 7 Apr 2008 17:18:48 +0000 Subject: [PATCH] gst/rtp/gstrtph264pay.c: Fix build because of a bad argument number. Original commit message from CVS: 2008-04-07 Julien Moutte * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build because of a bad argument number. --- ChangeLog | 5 +++++ gst/rtp/gstrtph264pay.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2e2d445..eea8895 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-07 Julien Moutte + + * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build + because of a bad argument number. + 2008-04-06 Tim-Philipp Müller * tests/icles/.cvsignore: diff --git a/gst/rtp/gstrtph264pay.c b/gst/rtp/gstrtph264pay.c index d059811..ce806d9 100644 --- a/gst/rtp/gstrtph264pay.c +++ b/gst/rtp/gstrtph264pay.c @@ -295,7 +295,7 @@ avcc_too_small: } wrong_version: { - GST_ERROR_OBJECT (rtph264pay, "wrong avcC version", size); + GST_ERROR_OBJECT (rtph264pay, "wrong avcC version"); return FALSE; } avcc_error: -- 2.7.4