From 61143b7840059eb448c8d3a77a221d878bbd1afa Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 15 Aug 2011 12:18:59 +0200 Subject: [PATCH] docs: update porting doc --- docs/random/porting-to-0.11.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt index 78320d545f..6cdddaefa2 100644 --- a/docs/random/porting-to-0.11.txt +++ b/docs/random/porting-to-0.11.txt @@ -120,6 +120,8 @@ The 0.11 porting guide The request-link signal was removed. It was never used. + gst_pad_get_negotiated_caps() -> get_pad_get_current_caps() + * GstPadTemplate gst_pad_template_get_caps() returns a new reference of the caps and the return value needs to be unreffed after usage.