mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 03:46:11 +00:00
docs: Fix a couple of warnings from the docs build.
This commit is contained in:
parent
249d9b4aa1
commit
c1bc55a4f5
3 changed files with 10 additions and 10 deletions
|
@ -454,7 +454,6 @@ gst_mixer_message_parse_volume_changed
|
||||||
gst_mixer_message_parse_options_list_changed
|
gst_mixer_message_parse_options_list_changed
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GstMixer
|
|
||||||
GstMixerClass
|
GstMixerClass
|
||||||
GST_TYPE_MIXER
|
GST_TYPE_MIXER
|
||||||
GST_TYPE_MIXER_TYPE
|
GST_TYPE_MIXER_TYPE
|
||||||
|
|
|
@ -85,17 +85,17 @@ typedef enum
|
||||||
/**
|
/**
|
||||||
* GstMixerFlags:
|
* GstMixerFlags:
|
||||||
* @GST_MIXER_FLAG_NONE: No flags
|
* @GST_MIXER_FLAG_NONE: No flags
|
||||||
* @GST_MIXER_FLAG_AUTO_NOTIFICATIONS: The mixer implementation automatically sends
|
* @GST_MIXER_FLAG_AUTO_NOTIFICATIONS: The mixer implementation automatically
|
||||||
* notification messages.
|
* sends notification messages.
|
||||||
* @GST_MIXER_FLAG_HAS_WHITELIST: The mixer implementation flags tracks that should
|
* @GST_MIXER_FLAG_HAS_WHITELIST: The mixer implementation flags tracks that
|
||||||
* be displayed by default (whitelisted). Since: 0.10.23
|
* should be displayed by default (whitelisted). Since: 0.10.23
|
||||||
*
|
|
||||||
* @GST_MIXER_FLAG_GROUPING: The mixer implementation will leave some controls
|
* @GST_MIXER_FLAG_GROUPING: The mixer implementation will leave some controls
|
||||||
* marked without either input or output. Controls marked as input or
|
* marked without either input or output. Controls marked as input or
|
||||||
* output should be grouped with input & output sliders, even if they
|
* output should be grouped with input & output sliders, even if they
|
||||||
* are options or bare switches. Since: 0.10.23
|
* are options or bare switches. Since: 0.10.23
|
||||||
*
|
*
|
||||||
* Flags for supported features.
|
* Flags indicating which optional features are supported by a mixer
|
||||||
|
* implementation.
|
||||||
*
|
*
|
||||||
* Since: 0.10.14
|
* Since: 0.10.14
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -51,9 +51,10 @@ G_BEGIN_DECLS
|
||||||
#define GST_BASE_VIDEO_DECODER_SRC_NAME "src"
|
#define GST_BASE_VIDEO_DECODER_SRC_NAME "src"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* * GST_BASE_VIDEO_DECODER_FLOW_NEED_DATA:
|
* GST_BASE_VIDEO_DECODER_FLOW_NEED_DATA:
|
||||||
* *
|
*
|
||||||
* */
|
* Custom GstFlowReturn value indicating that more data is needed.
|
||||||
|
*/
|
||||||
#define GST_BASE_VIDEO_DECODER_FLOW_NEED_DATA GST_FLOW_CUSTOM_SUCCESS
|
#define GST_BASE_VIDEO_DECODER_FLOW_NEED_DATA GST_FLOW_CUSTOM_SUCCESS
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue