adding mixer docs

Original commit message from CVS:
adding mixer docs
This commit is contained in:
Thomas Vander Stichele 2005-06-30 15:34:38 +00:00
parent d23c35c394
commit ab4fbc5655
2 changed files with 3 additions and 3 deletions

View File

@ -928,10 +928,10 @@ m4/Makefile
) )
AC_OUTPUT 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 -e "$GST_PLUGINS_YES" | sort
echo 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 -e "$GST_PLUGINS_NO" | sort
echo echo
if test "x$BUILD_EXTERNAL" = "xno"; then if test "x$BUILD_EXTERNAL" = "xno"; then

View File

@ -91,7 +91,7 @@ gst_mixer_options_init (GstMixerOptions * mixer_options)
/** /**
* gst_mixer_options_get_values: * 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. * Get the values for the mixer option.
* *