mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
docs: small doc fix
This commit is contained in:
parent
74cf810392
commit
7e64507a1a
1 changed files with 2 additions and 5 deletions
|
@ -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
|
Removed GST_PAD_CAPS() use gst_pad_get_current_caps() to get a handle to the
|
||||||
currently configured caps.
|
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()
|
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
|
return a new reference of the caps or template now and the return
|
||||||
value needs to be unreffed after usage.
|
value needs to be unreffed after usage.
|
||||||
|
@ -142,7 +138,8 @@ The 0.11 porting guide
|
||||||
if appropriate.
|
if appropriate.
|
||||||
|
|
||||||
The GstPadGetCapsFunction was removed and replaced with a GST_QUERY_CAPS
|
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_proxy_getcaps() -> gst_pad_proxy_query_caps()
|
||||||
gst_pad_get_caps() -> gst_pad_query_caps()
|
gst_pad_get_caps() -> gst_pad_query_caps()
|
||||||
|
|
Loading…
Reference in a new issue