gst/rtp/gstrtph264pay.c: Fix build because of a bad argument number.
authorJulien Moutte <julien@moutte.net>
Mon, 7 Apr 2008 17:18:48 +0000 (17:18 +0000)
committerJulien Moutte <julien@moutte.net>
Mon, 7 Apr 2008 17:18:48 +0000 (17:18 +0000)
Original commit message from CVS:
2008-04-07  Julien Moutte  <julien@fluendo.com>

* gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
because of a bad argument number.

ChangeLog
gst/rtp/gstrtph264pay.c

index 2e2d445..eea8895 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-07  Julien Moutte  <julien@fluendo.com>
+
+       * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
+       because of a bad argument number.
+
 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
 
        * tests/icles/.cvsignore:
index d059811..ce806d9 100644 (file)
@@ -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: