docs: update porting doc
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 15 Aug 2011 10:18:59 +0000 (12:18 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 15 Aug 2011 10:18:59 +0000 (12:18 +0200)
docs/random/porting-to-0.11.txt

index 78320d5..6cdddae 100644 (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.