mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-03 22:59:56 +00:00
docs: improve porting doc
This commit is contained in:
parent
6388666174
commit
9c48af743c
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@ The 0.11 porting guide
|
|||
A similar change was done for gst_pad_peer_get_caps() and
|
||||
gst_pad_peer_get_caps_reffed()
|
||||
|
||||
gst_pad_set_bufferalloc_function(), gst_pad_alloc_buffer() and
|
||||
gst_pad_alloc_buffer_and_set_caps() are removed. Use the ALLOCATION query
|
||||
now to obtain a reference to a bufferpool object that can be used to
|
||||
allocate buffers.
|
||||
|
||||
* GstMiniObject
|
||||
A miniobject is now a simple refcounted structure holding the information
|
||||
common to buffers, events, messages, queries and caps.
|
||||
|
|
Loading…
Reference in a new issue