diff options
author | Julien Moutte <julien@moutte.net> | 2008-04-07 17:18:48 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2008-04-07 17:18:48 +0000 |
commit | 72f0385606f324d7182e491175cf5418980b5208 (patch) | |
tree | 546b3f315476a14a0b024b3117364a5148bb2915 /gst | |
parent | 4c9b1ff733758f9afb59293b4aa1b35dcf465371 (diff) |
gst/rtp/gstrtph264pay.c: Fix build because of a bad argument number.
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.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/rtp/gstrtph264pay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtph264pay.c b/gst/rtp/gstrtph264pay.c index d0598113..ce806d94 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: |