diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 2d957521ed..21294b94fc 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -454,7 +454,6 @@ gst_mixer_message_parse_volume_changed gst_mixer_message_parse_options_list_changed -GstMixer GstMixerClass GST_TYPE_MIXER GST_TYPE_MIXER_TYPE diff --git a/gst-libs/gst/interfaces/mixer.h b/gst-libs/gst/interfaces/mixer.h index e0fc219379..22b22544c2 100644 --- a/gst-libs/gst/interfaces/mixer.h +++ b/gst-libs/gst/interfaces/mixer.h @@ -85,17 +85,17 @@ typedef enum /** * GstMixerFlags: * @GST_MIXER_FLAG_NONE: No flags - * @GST_MIXER_FLAG_AUTO_NOTIFICATIONS: The mixer implementation automatically sends - * notification messages. - * @GST_MIXER_FLAG_HAS_WHITELIST: The mixer implementation flags tracks that should - * be displayed by default (whitelisted). Since: 0.10.23 - * + * @GST_MIXER_FLAG_AUTO_NOTIFICATIONS: The mixer implementation automatically + * sends notification messages. + * @GST_MIXER_FLAG_HAS_WHITELIST: The mixer implementation flags tracks that + * should be displayed by default (whitelisted). Since: 0.10.23 * @GST_MIXER_FLAG_GROUPING: The mixer implementation will leave some controls * marked without either input or output. Controls marked as input or * output should be grouped with input & output sliders, even if they * 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 */ diff --git a/gst-libs/gst/video/gstbasevideodecoder.h b/gst-libs/gst/video/gstbasevideodecoder.h index 03511dfd59..5e734a2aa5 100644 --- a/gst-libs/gst/video/gstbasevideodecoder.h +++ b/gst-libs/gst/video/gstbasevideodecoder.h @@ -51,9 +51,10 @@ G_BEGIN_DECLS #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