From 9c48af743c6b421ae234e987601cf5947936985c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 3 May 2011 16:11:12 +0200 Subject: [PATCH] docs: improve porting doc --- docs/random/porting-to-0.11.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt index ba07a1e539..5114e969d3 100644 --- a/docs/random/porting-to-0.11.txt +++ b/docs/random/porting-to-0.11.txt @@ -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.