docs: minor porting-to-0.11.txt update

This commit is contained in:
Tim-Philipp Müller 2012-07-04 10:24:11 +01:00
parent 0bbeab52cc
commit 5c70276894

View file

@ -89,6 +89,12 @@ The 0.11 porting guide
now when negotiating formats to obtain a reference to a bufferpool object
that can be used to allocate buffers using gst_buffer_pool_acquire_buffer().
gst_pad_set_setcaps_function() => GST_EVENT_CAPS in event handler
gst_pad_set_getcaps_function() => GST_QUERY_CAPS in query handler
gst_pad_set_acceptcaps_function() => GST_QUERY_ACCEPT_CAPS in query handler
removed sched_private, it should not be used, use g_object_set_qdata() or
use element_private.