diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-05-12 10:43:49 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-05-12 10:43:49 +0000 |
commit | 3ca1e62f030ce440af47a35f6c68ef7cfa267076 (patch) | |
tree | b7efb2b80def5d3c32d774c7187d221080b434b2 | |
parent | 39f82f2f193807b9c894cf5145b4b09e7804186e (diff) | |
download | gst-plugins-bad-3ca1e62f030ce440af47a35f6c68ef7cfa267076.tar.gz gst-plugins-bad-3ca1e62f030ce440af47a35f6c68ef7cfa267076.tar.bz2 gst-plugins-bad-3ca1e62f030ce440af47a35f6c68ef7cfa267076.zip |
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.
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | ext/xvid/gstxvidenc.c | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,15 @@ 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> * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp), diff --git a/ext/xvid/gstxvidenc.c b/ext/xvid/gstxvidenc.c index 4b185516..e39176d6 100644 --- a/ext/xvid/gstxvidenc.c +++ b/ext/xvid/gstxvidenc.c @@ -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 = |