mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 06:58:49 +00:00
damn me !
Original commit message from CVS: damn me !
This commit is contained in:
parent
4978042e73
commit
b7a5261a13
1 changed files with 3 additions and 2 deletions
|
@ -3479,7 +3479,8 @@ gst_pad_collectv (GstPad ** selected, const GList * padlist)
|
|||
{
|
||||
/* need to use alloca here because we must not leak data */
|
||||
GstPad **pads;
|
||||
GstPad *test, *_tmp;
|
||||
GstPad *test;
|
||||
GstData *_tmp;
|
||||
GstElement *element = NULL;
|
||||
int i = 0;
|
||||
|
||||
|
@ -3545,7 +3546,7 @@ GstData *
|
|||
gst_pad_collect_valist (GstPad ** selected, GstPad * pad, va_list var_args)
|
||||
{
|
||||
GstPad **padlist;
|
||||
GstPad *_tmp;
|
||||
GstData *_tmp;
|
||||
GstElement *element = NULL;
|
||||
gint i = 0, maxlength;
|
||||
|
||||
|
|
Loading…
Reference in a new issue