porting: update porting-to-0.11
authorThiago Santos <thiago.sousa.santos@collabora.com>
Sat, 24 Dec 2011 17:59:16 +0000 (14:59 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Sat, 24 Dec 2011 18:04:47 +0000 (15:04 -0300)
Update gst_pad_get_caps -> gst_pad_query_caps change

docs/random/porting-to-0.11.txt

index d86d026..14fccf6 100644 (file)
@@ -72,7 +72,8 @@ The 0.11 porting guide
     push the tag event.
 
 * GstPad:
-    gst_pad_get_caps() does not return writable caps anymore and an explicit
+    gst_pad_get_caps() was replaced by gst_pad_query_caps(), it
+    does not return writable caps anymore and an explicit
     gst_caps_make_writable() needs to be performed. This was the functionality
     of gst_pad_get_caps_reffed(), which is removed now.