diff options
Diffstat (limited to 'gst/udp')
-rw-r--r-- | gst/udp/gstmultiudpsink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/udp/gstmultiudpsink.c b/gst/udp/gstmultiudpsink.c index f71594a5b..fc94c8f72 100644 --- a/gst/udp/gstmultiudpsink.c +++ b/gst/udp/gstmultiudpsink.c @@ -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; |