mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
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.
This commit is contained in:
parent
4c9b1ff733
commit
72f0385606
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue