From a70055b58568f7304ba46bd8742232337013487b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 2 May 2015 17:16:38 +0100 Subject: [PATCH] docs: update porting guides to mention new device probing API --- docs/manual/appendix-porting.xml | 10 +++++++--- docs/random/porting-to-1.0.txt | 8 +++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/manual/appendix-porting.xml b/docs/manual/appendix-porting.xml index 0bc1e633ad..6a8eb097ea 100644 --- a/docs/manual/appendix-porting.xml +++ b/docs/manual/appendix-porting.xml @@ -251,9 +251,13 @@ - The GstPropertyProbe interface was removed. the is 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 + The GstPropertyProbe interface was removed. There is no replacement + for it in GStreamer 1.0.x and 1.2.x, but since version 1.4 there is + a more featureful replacement for device discovery and feature + querying provided by GstDeviceMonitor, GstDevice, and friends. See + the + "GStreamer Device Discovery and Device Probing" documentation. diff --git a/docs/random/porting-to-1.0.txt b/docs/random/porting-to-1.0.txt index ecbc87b9b7..cfb85df5db 100644 --- a/docs/random/porting-to-1.0.txt +++ b/docs/random/porting-to-1.0.txt @@ -504,9 +504,11 @@ CHANGES 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 + Removed - no replacement in 1.0.x and 1.2.x, but since 1.4 there is + a more featureful replacement for device discovery and feature querying, + provided by GstDeviceMonitor, GstDevice, and friends. See the + "GStreamer Device Discovery and Device Probing" documentation at + http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-device-probing.html * GstURIHandler gst_uri_handler_get_uri() and the get_uri vfunc now return a copy of