multiudpsink: fix misleading comment
Those are not allocated on the stack.
This commit is contained in:
parent
c62229ae2d
commit
627109ce4d
@ -535,8 +535,8 @@ gst_multiudpsink_render (GstBaseSink * bsink, GstBuffer * buffer)
|
|||||||
if (n_mem == 0)
|
if (n_mem == 0)
|
||||||
goto no_data;
|
goto no_data;
|
||||||
|
|
||||||
/* allocated on the stack, the max number of memory blocks is limited so this
|
/* pre-allocated, the max number of memory blocks is limited so this
|
||||||
* should not cause stack overflows */
|
* should not cause overflows */
|
||||||
vec = sink->vec;
|
vec = sink->vec;
|
||||||
map = sink->map;
|
map = sink->map;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user