From 35b76f43fac4307b048c21a9bff3dca9a3832c10 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Fri, 25 Nov 2011 23:15:23 +0100 Subject: [PATCH] docs: update porting docs. --- docs/random/porting-to-0.11.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt index b1bccdf066..0b9477add8 100644 --- a/docs/random/porting-to-0.11.txt +++ b/docs/random/porting-to-0.11.txt @@ -324,7 +324,9 @@ The 0.11 porting guide a handle to a GstStructure. * GstCaps - Is now a boxed type derived from GstMiniObject. + Is now a boxed type derived from GstMiniObject. + + GST_VIDEO_CAPS_xxx -> GST_VIDEO_CAPS_MAKE(xxx) * GstSegment abs_rate was removed from the public fields, it can be trivially calculated @@ -353,7 +355,6 @@ The 0.11 porting guide gst_type_find_peek() returns a const guint8 * now. * GstTask - gst_task_create() -> gst_task_new() * GstAdapter