mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
porting: update doc
This commit is contained in:
parent
37318a8cd2
commit
9fa3f31b60
1 changed files with 7 additions and 0 deletions
|
@ -129,6 +129,13 @@ The 0.11 porting guide
|
||||||
|
|
||||||
GstActivateMode -> GstPadActivateMode, GST_ACTIVATE_* -> GST_PAD_ACTIVATE_*
|
GstActivateMode -> GstPadActivateMode, GST_ACTIVATE_* -> GST_PAD_ACTIVATE_*
|
||||||
|
|
||||||
|
The GstPadAcceptCapsFunction was removed and replaced with a
|
||||||
|
GST_QUERY_ACCEPT_CAPS query.
|
||||||
|
|
||||||
|
The GstPadFixateCapsFunction was removed. It has no replacement, you can
|
||||||
|
simply do the fixation in the element or use a vmethod from the base class
|
||||||
|
if appropriate.
|
||||||
|
|
||||||
* GstPadTemplate
|
* GstPadTemplate
|
||||||
gst_pad_template_get_caps() returns a new reference of the caps
|
gst_pad_template_get_caps() returns a new reference of the caps
|
||||||
and the return value needs to be unreffed after usage.
|
and the return value needs to be unreffed after usage.
|
||||||
|
|
Loading…
Reference in a new issue