mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 18:53:58 +00:00
adding mixer docs
Original commit message from CVS: adding mixer docs
This commit is contained in:
parent
d23c35c394
commit
ab4fbc5655
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue