mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
porting: update porting doc
This commit is contained in:
parent
fb3da828e5
commit
ac1e42402a
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,9 @@ The 0.11 porting guide
|
|||
Elements that change the duration must post DURATION messages on the
|
||||
bus when the duration changes in PAUSED or PLAYING.
|
||||
|
||||
gst_element_lost_state_full() -> gst_element_lost_state()
|
||||
gst_element_lost_state() -> gst_element_lost_state(, TRUE)
|
||||
|
||||
* GstPad:
|
||||
gst_pad_get_caps() does not return writable caps anymore and an explicit
|
||||
gst_caps_make_writable() needs to be performed. This was the functionality
|
||||
|
@ -73,6 +76,9 @@ The 0.11 porting guide
|
|||
now to obtain a reference to a bufferpool object that can be used to
|
||||
allocate buffers.
|
||||
|
||||
removed sched_private, it should not be used, use g_object_set_qdata() or
|
||||
use element_private.
|
||||
|
||||
* 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