mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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
This commit is contained in:
parent
e692993e79
commit
4d1cb14c68
1 changed files with 2 additions and 3 deletions
|
@ -149,9 +149,8 @@
|
|||
* <itemizedlist><title>Special output buffer allocations</title>
|
||||
* <listitem><para>
|
||||
* 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.
|
||||
* </para></listitem>
|
||||
* </itemizedlist>
|
||||
* <itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue