mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
docs: update porting guides to mention new device probing API
This commit is contained in:
parent
e394e62578
commit
a70055b585
2 changed files with 12 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue