From 627109ce4d9f1fb5a5d904dfd3dbb69d1e7aedfa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 19 Dec 2013 12:47:22 +0000 Subject: [PATCH] multiudpsink: fix misleading comment Those are not allocated on the stack. --- gst/udp/gstmultiudpsink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/udp/gstmultiudpsink.c b/gst/udp/gstmultiudpsink.c index f71594a..fc94c8f 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; -- 2.7.4