mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-09 17:44:14 +00:00
audio: Fix parameters to gst_buffer_get_audio_downmix_meta() in macro
This commit is contained in:
parent
bd89f2430b
commit
443171bb4c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ struct _GstAudioDownmixMeta {
|
|||
GType gst_audio_downmix_meta_api_get_type (void);
|
||||
const GstMetaInfo * gst_audio_downmix_meta_get_info (void);
|
||||
|
||||
#define gst_buffer_get_audio_downmix_meta(b) ((GstAudioDownmixMeta*)gst_buffer_get_meta((b),GST_AUDIO_DOWNMIX_META_INFO))
|
||||
#define gst_buffer_get_audio_downmix_meta(b) ((GstAudioDownmixMeta*)gst_buffer_get_meta((b), GST_AUDIO_DOWNMIX_META_API_TYPE))
|
||||
GstAudioDownmixMeta * gst_buffer_get_audio_downmix_meta_for_channels (GstBuffer *buffer,
|
||||
const GstAudioChannelPosition *to_position,
|
||||
gint to_channels);
|
||||
|
|
Loading…
Reference in a new issue