From ab4fbc56558f3c1ee88f239b46fcd13cf37be1c1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 30 Jun 2005 15:34:38 +0000 Subject: [PATCH] adding mixer docs Original commit message from CVS: adding mixer docs --- configure.ac | 4 ++-- gst-libs/gst/interfaces/mixeroptions.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9f483961e..3bb8ec266 100644 --- a/configure.ac +++ b/configure.ac @@ -928,10 +928,10 @@ m4/Makefile ) AC_OUTPUT -echo -n "configure: *** Plug-ins that will be built :" +echo -n "configure: *** Plug-ins that will be built:" echo -e "$GST_PLUGINS_YES" | sort echo -echo -n "configure: *** Plug-ins that will not be built :" +echo -n "configure: *** Plug-ins that will not be built:" echo -e "$GST_PLUGINS_NO" | sort echo if test "x$BUILD_EXTERNAL" = "xno"; then diff --git a/gst-libs/gst/interfaces/mixeroptions.c b/gst-libs/gst/interfaces/mixeroptions.c index 35d8ceba1..3b0e24c82 100644 --- a/gst-libs/gst/interfaces/mixeroptions.c +++ b/gst-libs/gst/interfaces/mixeroptions.c @@ -91,7 +91,7 @@ gst_mixer_options_init (GstMixerOptions * mixer_options) /** * gst_mixer_options_get_values: - * @mixer_optnios: The #GstMixerOptions item that owns the values. + * @mixer_options: The #GstMixerOptions item that owns the values. * * Get the values for the mixer option. * -- 2.34.1