mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
docs/manual/advanced-interfaces.xml: Turn thoughts about HAL into a note-tag. Remove mentioning that is only used to ...
Original commit message from CVS: * docs/manual/advanced-interfaces.xml: Turn thoughts about HAL into a note-tag. Remove mentioning that is only used to discover devices.
This commit is contained in:
parent
f8cf146ed4
commit
b85a3e4afc
2 changed files with 17 additions and 9 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-08-11 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* docs/manual/advanced-interfaces.xml:
|
||||
Turn thoughts about HAL into a note-tag. Remove mentioning that is
|
||||
only used to discover devices.
|
||||
|
||||
2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||
|
||||
Patch by: Frederic Crozat <fcrozat@mandriva.org>
|
||||
|
|
|
@ -104,18 +104,20 @@
|
|||
|
||||
<para>
|
||||
The property probe is a way to autodetect allowed values for a
|
||||
<classname>GObject</classname> property. It's primary use (and
|
||||
the only thing that we currently use it for) is to autodetect
|
||||
devices in several elements. For example, the OSS elements use
|
||||
this interface to detect all OSS devices on a system. Applications
|
||||
can then <quote>probe</quote> this property and get a list of
|
||||
detected devices. Given the overlap between HAL and the practical
|
||||
implementations of this interface, this might in time be deprecated
|
||||
in favour of HAL.
|
||||
<classname>GObject</classname> property. It's primary use is to autodetect
|
||||
devices in several elements. For example, the OSS elements use this
|
||||
interface to detect all OSS devices on a system. Applications can then
|
||||
<quote>probe</quote> this property and get a list of detected devices.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Given the overlap between HAL and the practical implementations of this
|
||||
interface, this might in time be deprecated in favour of HAL.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
This interface is currently implemented by many elements, including
|
||||
the ALSA, OSS, Video4linux and Video4linux2 elements.
|
||||
the ALSA, OSS, XVImageSink, Video4linux and Video4linux2 elements.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue