mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
docs: minor porting-to-0.11.txt update
This commit is contained in:
parent
0bbeab52cc
commit
5c70276894
1 changed files with 6 additions and 0 deletions
|
@ -89,6 +89,12 @@ The 0.11 porting guide
|
||||||
now when negotiating formats to obtain a reference to a bufferpool object
|
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().
|
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
|
removed sched_private, it should not be used, use g_object_set_qdata() or
|
||||||
use element_private.
|
use element_private.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue