docs: update porting guides to mention new device probing API

This commit is contained in:
Tim-Philipp Müller 2015-05-02 17:16:38 +01:00
parent e394e62578
commit a70055b585
2 changed files with 12 additions and 6 deletions

View file

@ -251,9 +251,13 @@
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
The GstPropertyProbe interface was removed. the is no replacement yet, The GstPropertyProbe interface was removed. There is no replacement
but a more featureful replacement for device discovery and feature for it in GStreamer 1.0.x and 1.2.x, but since version 1.4 there is
querying is planned, see https://bugzilla.gnome.org/show_bug.cgi?id=678402 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> </para>
</listitem> </listitem>
<listitem> <listitem>

View file

@ -504,9 +504,11 @@ CHANGES
gst-plugins-base, as the interfaces library no longer exists. gst-plugins-base, as the interfaces library no longer exists.
* GstPropertyProbe interface * GstPropertyProbe interface
Removed - no replacement yet, but a more featureful replacement Removed - no replacement in 1.0.x and 1.2.x, but since 1.4 there is
for device discovery and feature querying is planned, see a more featureful replacement for device discovery and feature querying,
https://bugzilla.gnome.org/show_bug.cgi?id=678402 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 * GstURIHandler
gst_uri_handler_get_uri() and the get_uri vfunc now return a copy of gst_uri_handler_get_uri() and the get_uri vfunc now return a copy of