From 280005db694fcdac5730c901b76e795e669470ce Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 9 Nov 2011 12:02:12 +0100 Subject: [PATCH] porting: update porting doc --- docs/random/porting-to-0.11.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt index 08efc09aeb..a1af7ab649 100644 --- a/docs/random/porting-to-0.11.txt +++ b/docs/random/porting-to-0.11.txt @@ -292,6 +292,9 @@ The 0.11 porting guide - gst_element_query_duration() - gst_element_query_convert() + gst_element_get_query_types() and gst_pad_get_query_types() with associated + functions were removed. + * GstBufferList Is now a boxed type derived from GstMiniObject.