aboutsummaryrefslogtreecommitdiff
path: root/gst-libs/gst/audio/gstaudiometa.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/audio/gstaudiometa.c')
-rw-r--r--gst-libs/gst/audio/gstaudiometa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/audio/gstaudiometa.c b/gst-libs/gst/audio/gstaudiometa.c
index f18e069..b0a1845 100644
--- a/gst-libs/gst/audio/gstaudiometa.c
+++ b/gst-libs/gst/audio/gstaudiometa.c
@@ -157,7 +157,8 @@ GType
gst_audio_downmix_meta_api_get_type (void)
{
static volatile GType type;
- static const gchar *tags[] = { NULL };
+ static const gchar *tags[] =
+ { GST_META_TAG_AUDIO_STR, GST_META_TAG_AUDIO_CHANNELS_STR, NULL };
if (g_once_init_enter (&type)) {
GType _type = gst_meta_api_type_register ("GstAudioDownmixMetaAPI", tags);