diff --git a/ChangeLog b/ChangeLog index 2e2d445953..eea8895aa6 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 d0598113a8..ce806d9404 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: