From 2e9123a85da4b431cbecadbd7d9c22f507189c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 26 Jun 2012 17:35:22 +0100 Subject: [PATCH] docs: some more additions to the porting-to-0.11 guide --- docs/random/porting-to-0.11.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt index 2a315769f6..bd235dfa0d 100644 --- a/docs/random/porting-to-0.11.txt +++ b/docs/random/porting-to-0.11.txt @@ -442,12 +442,21 @@ The 0.11 porting guide return value ownership issues. * GstNavigationInterface - Now part of the video library in gst-plugins-base, and the interfaces library no - longer exists. + Now part of the video library in gst-plugins-base, and the interfaces + library no longer exists. * GstMixerInterface / GstTunerInterface Removed - no replacement? +* GstXOverlay interface + Renamed to GstVideoOverlay, and now part of the video library in + gst-plugins-base, as the interfaces library no longer exists. + +* GstPropertyProbe interface + Removed - no replacement yet, but a more featureful replacement + for device discovery and feature querying is planned, see + https://bugzilla.gnome.org/show_bug.cgi?id=678402 + * GstURIHandler gst_uri_handler_get_uri() and the get_uri vfunc now return a copy of the URI string