docs: improve porting doc

This commit is contained in:
Wim Taymans 2011-05-03 16:11:12 +02:00
parent 6388666174
commit 9c48af743c

View file

@ -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.