Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8220>
* 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
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)));
* 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
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)));
* Boston, MA 02110-1301, USA.
*/
+/**
+ * plugin-asio:
+ *
+ * Steinberg ASIO plugin
+ *
+ * Since: 1.20
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif