mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
multiudpsink: fix misleading comment
Those are not allocated on the stack.
This commit is contained in:
parent
c62229ae2d
commit
627109ce4d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue