diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt index 5940576487..8d393d24e4 100644 --- a/docs/random/porting-to-0.11.txt +++ b/docs/random/porting-to-0.11.txt @@ -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.