mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +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)
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue