summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-05-02 17:16:38 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-05-02 17:16:38 +0100
commita70055b58568f7304ba46bd8742232337013487b (patch)
tree950a6cf9bab34aadceee6e96bc598b3e5b0e13c0 /docs
parente394e6257809b61d537be7df30c990f0408edc52 (diff)
docs: update porting guides to mention new device probing API
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/appendix-porting.xml10
-rw-r--r--docs/random/porting-to-1.0.txt8
2 files changed, 12 insertions, 6 deletions
diff --git a/docs/manual/appendix-porting.xml b/docs/manual/appendix-porting.xml
index 0bc1e633a..6a8eb097e 100644
--- a/docs/manual/appendix-porting.xml
+++ b/docs/manual/appendix-porting.xml
@@ -251,9 +251,13 @@
</listitem>
<listitem>
<para>
- 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 <ulink type="http"
+ url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-device-probing.html">
+ "GStreamer Device Discovery and Device Probing" documentation</ulink>.
</para>
</listitem>
<listitem>
diff --git a/docs/random/porting-to-1.0.txt b/docs/random/porting-to-1.0.txt
index ecbc87b9b..cfb85df5d 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