From 4d1cb14c68a3d5eafaf0f9adcaf01beb750d1236 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 24 May 2013 23:01:09 +0100 Subject: [PATCH] basetransform: remove 0.10-ism from docs gst_buffer_pad_alloc() never existed, and gst_pad_alloc_buffer() doesn't exist any more either, so don't mention it in the docs. https://bugzilla.gnome.org/show_bug.cgi?id=694714 --- libs/gst/base/gstbasetransform.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/gst/base/gstbasetransform.c b/libs/gst/base/gstbasetransform.c index abdb064..f18625b 100644 --- a/libs/gst/base/gstbasetransform.c +++ b/libs/gst/base/gstbasetransform.c @@ -149,9 +149,8 @@ * Special output buffer allocations * * Elements which need to do special allocation of their output buffers - * other than what gst_buffer_pad_alloc allows should implement a - * prepare_output_buffer method, which calls the parent implementation and - * passes the newly allocated buffer. + * beyond allocating output buffers via the negotiated allocator or + * buffer pool should implement the prepare_output_buffer method. * * * -- 2.7.4