porting: update porting doc

This commit is contained in:
Wim Taymans 2011-05-10 16:46:15 +02:00
parent 84a1f4ba7f
commit b905c4d215

View file

@ -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