summaryrefslogtreecommitdiff
path: root/docs/random
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2011-12-24 14:59:16 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2011-12-24 15:04:47 -0300
commite5e4fbeb035d7361273b358ad18f19306d97ba19 (patch)
tree811298676d43e7657efc7f0a9f9ed5d5e438ec0b /docs/random
parent5125437606ba0b9c3e386fe282ac8e2d55f74042 (diff)
porting: update porting-to-0.11
Update gst_pad_get_caps -> gst_pad_query_caps change
Diffstat (limited to 'docs/random')
-rw-r--r--docs/random/porting-to-0.11.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt
index d86d02655..14fccf6fd 100644
--- a/docs/random/porting-to-0.11.txt
+++ b/docs/random/porting-to-0.11.txt
@@ -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.