mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
ext/xvid/gstxvidenc.c: Compile fixes.
Original commit message from CVS: * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init), (gst_xvidenc_init), (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain), (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property), (gst_xvidenc_get_property): Compile fixes.
This commit is contained in:
parent
39f82f2f19
commit
3ca1e62f03
2 changed files with 11 additions and 1 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2006-05-12 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
|
||||
(gst_xvidenc_init), (gst_xvidenc_finalize),
|
||||
(gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
|
||||
(gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
|
||||
(gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
|
||||
(gst_xvidenc_get_property):
|
||||
Compile fixes.
|
||||
|
||||
2006-05-12 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
Patch by: Mark Nauwelaerts <manauw at skynet dot be>
|
||||
|
|
|
@ -472,7 +472,7 @@ static void
|
|||
gst_xvidenc_init (GstXvidEnc * xvidenc)
|
||||
{
|
||||
GParamSpec **pspecs;
|
||||
gint i, num_props;
|
||||
guint i, num_props;
|
||||
|
||||
/* create the sink pad */
|
||||
xvidenc->sinkpad =
|
||||
|
|
Loading…
Reference in a new issue