docs: update porting doc

This commit is contained in:
Wim Taymans 2011-08-15 12:18:59 +02:00
parent 1c16ff94fc
commit 61143b7840

View file

@ -120,6 +120,8 @@ The 0.11 porting guide
The request-link signal was removed. It was never used.
gst_pad_get_negotiated_caps() -> get_pad_get_current_caps()
* GstPadTemplate
gst_pad_template_get_caps() returns a new reference of the caps
and the return value needs to be unreffed after usage.