From f79d398c6105708f7da916683ec1496eb1600202 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sun, 17 Jun 2012 12:48:04 +1000 Subject: [PATCH] a couple of notes for the 0.11 porting guide --- docs/random/porting-to-0.11.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt index 62c75db8be..2a315769f6 100644 --- a/docs/random/porting-to-0.11.txt +++ b/docs/random/porting-to-0.11.txt @@ -441,6 +441,13 @@ The 0.11 porting guide allows bindings to properly use GstIterator and prevents complex return value ownership issues. +* GstNavigationInterface + Now part of the video library in gst-plugins-base, and the interfaces library no + longer exists. + +* GstMixerInterface / GstTunerInterface + Removed - no replacement? + * GstURIHandler gst_uri_handler_get_uri() and the get_uri vfunc now return a copy of the URI string