GNOME Bugzilla – Bug 694714
GstBaseTransform docs mention non-existant gst_buffer_pad_alloc
Last modified: 2013-05-24 22:02:56 UTC
In “Use Cases - 5. Special output buffer allocations”, there's a mention of an apparently removed function `gst_buffer_pad_alloc`: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstBaseTransform.html Source link: http://cgit.freedesktop.org/gstreamer/gstreamer/tree/libs/gst/base/gstbasetransform.c#n148
Thanks, should be fixed now: commit 4d1cb14c68a3d5eafaf0f9adcaf01beb750d1236 Author: Tim-Philipp Müller <tim@centricular.net> Date: Fri May 24 23:01:09 2013 +0100 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