damn me !

Original commit message from CVS:
damn me !
This commit is contained in:
Steve Lhomme 2005-09-09 14:51:10 +00:00
parent 4978042e73
commit b7a5261a13

View file

@ -3479,7 +3479,8 @@ gst_pad_collectv (GstPad ** selected, const GList * padlist)
{ {
/* need to use alloca here because we must not leak data */ /* need to use alloca here because we must not leak data */
GstPad **pads; GstPad **pads;
GstPad *test, *_tmp; GstPad *test;
GstData *_tmp;
GstElement *element = NULL; GstElement *element = NULL;
int i = 0; int i = 0;
@ -3545,7 +3546,7 @@ GstData *
gst_pad_collect_valist (GstPad ** selected, GstPad * pad, va_list var_args) gst_pad_collect_valist (GstPad ** selected, GstPad * pad, va_list var_args)
{ {
GstPad **padlist; GstPad **padlist;
GstPad *_tmp; GstData *_tmp;
GstElement *element = NULL; GstElement *element = NULL;
gint i = 0, maxlength; gint i = 0, maxlength;