mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +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_*
|
||||
|
||||
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
|
||||
gst_pad_template_get_caps() returns a new reference of the caps
|
||||
and the return value needs to be unreffed after usage.
|
||||
|
|
Loading…
Reference in a new issue