docs: mention GstActivateMode rename in porting doc

This commit is contained in:
Tim-Philipp Müller 2011-11-01 10:56:39 +00:00
parent 4f004eff38
commit 2e29d8fc06

View file

@ -124,6 +124,8 @@ The 0.11 porting guide
GST_FLOW_UNEXPECTED -> GST_FLOW_EOS
GstActivateMode -> GstPadActivateMode, GST_ACTIVATE_* -> GST_PAD_ACTIVATE_*
* GstPadTemplate
gst_pad_template_get_caps() returns a new reference of the caps
and the return value needs to be unreffed after usage.