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
84a1f4ba7f
commit
b905c4d215
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ The 0.11 porting guide
|
|||
gst_element_lost_state_full() -> gst_element_lost_state()
|
||||
gst_element_lost_state() -> gst_element_lost_state(, TRUE)
|
||||
|
||||
request_new_pad_full() -> request_new_pad()
|
||||
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue