diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-06-18 15:52:05 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-06-18 15:52:05 +0200 |
commit | 7e64507a1a4859af1aaaadcf3a4e6b76d74bd2d0 (patch) | |
tree | c2c02e9ca704eea7ce8325495943f9cc3e9e234b /docs/random | |
parent | 74cf8103922377af465cc33c803e55ed42ea45bf (diff) |
docs: small doc fix
Diffstat (limited to 'docs/random')
-rw-r--r-- | docs/random/porting-to-0.11.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt index b6667d356..dbcbf332d 100644 --- a/docs/random/porting-to-0.11.txt +++ b/docs/random/porting-to-0.11.txt @@ -95,10 +95,6 @@ The 0.11 porting guide Removed GST_PAD_CAPS() use gst_pad_get_current_caps() to get a handle to the currently configured caps. - GstPadGetCapsFunction, gst_pad_get_caps(), gst_pad_peer_get_caps(), - gst_pad_proxy_getcaps() now takes a GstCaps* parameter to inform - the other side about the possible caps and preferences. - gst_pad_get_pad_template_caps() and gst_pad_get_pad_template() return a new reference of the caps or template now and the return value needs to be unreffed after usage. @@ -142,7 +138,8 @@ The 0.11 porting guide if appropriate. The GstPadGetCapsFunction was removed and replaced with a GST_QUERY_CAPS - query. + query. The query takes a GstCaps* parameter to inform the other side about + the possible caps and preferences. gst_pad_proxy_getcaps() -> gst_pad_proxy_query_caps() gst_pad_get_caps() -> gst_pad_query_caps() |