mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
asio: Add "Since" markers and fix typos in property description
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8220>
This commit is contained in:
parent
9ed220bafb
commit
256005be13
3 changed files with 28 additions and 4 deletions
|
@ -17,6 +17,14 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:element-asiosink
|
||||
* @title: asiosink
|
||||
* @short_description: ASIO sink
|
||||
*
|
||||
* Since: 1.20
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
@ -104,9 +112,9 @@ gst_asio_sink_class_init (GstAsioSinkClass * klass)
|
|||
G_PARAM_STATIC_STRINGS)));
|
||||
g_object_class_install_property (gobject_class, PROP_OCCUPY_ALL_CHANNELS,
|
||||
g_param_spec_boolean ("occupy-all-channels",
|
||||
"Occupy All Channles",
|
||||
"Occupy All Channels",
|
||||
"When enabled, ASIO device will allocate resources for all in/output "
|
||||
"channles",
|
||||
"channels",
|
||||
DEFAULT_OCCUPY_ALL_CHANNELS,
|
||||
(GParamFlags) (GST_PARAM_MUTABLE_READY | G_PARAM_READWRITE |
|
||||
G_PARAM_STATIC_STRINGS)));
|
||||
|
|
|
@ -17,6 +17,14 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:element-asiosrc
|
||||
* @title: asiosrc
|
||||
* @short_description: ASIO source
|
||||
*
|
||||
* Since: 1.20
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
@ -106,9 +114,9 @@ gst_asio_src_class_init (GstAsioSrcClass * klass)
|
|||
G_PARAM_STATIC_STRINGS)));
|
||||
g_object_class_install_property (gobject_class, PROP_OCCUPY_ALL_CHANNELS,
|
||||
g_param_spec_boolean ("occupy-all-channels",
|
||||
"Occupy All Channles",
|
||||
"Occupy All Channels",
|
||||
"When enabled, ASIO device will allocate resources for all in/output "
|
||||
"channles",
|
||||
"channels",
|
||||
DEFAULT_OCCUPY_ALL_CHANNELS,
|
||||
(GParamFlags) (GST_PARAM_MUTABLE_READY | G_PARAM_READWRITE |
|
||||
G_PARAM_STATIC_STRINGS)));
|
||||
|
|
|
@ -17,6 +17,14 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* plugin-asio:
|
||||
*
|
||||
* Steinberg ASIO plugin
|
||||
*
|
||||
* Since: 1.20
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue