multiudpsink: fix misleading comment

Those are not allocated on the stack.
This commit is contained in:
Tim-Philipp Müller 2013-12-19 12:47:22 +00:00
parent c62229ae2d
commit 627109ce4d

View file

@ -535,8 +535,8 @@ gst_multiudpsink_render (GstBaseSink * bsink, GstBuffer * buffer)
if (n_mem == 0)
goto no_data;
/* allocated on the stack, the max number of memory blocks is limited so this
* should not cause stack overflows */
/* pre-allocated, the max number of memory blocks is limited so this
* should not cause overflows */
vec = sink->vec;
map = sink->map;