From: Wim Taymans Date: Mon, 15 Aug 2011 10:18:59 +0000 (+0200) Subject: docs: update porting doc X-Git-Tag: RELEASE-0.11.1~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61143b7840059eb448c8d3a77a221d878bbd1afa;p=platform%2Fupstream%2Fgstreamer.git docs: update porting doc --- diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt index 78320d5..6cdddae 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.