summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/matroska/matroska.c')
-rw-r--r--gst/matroska/matroska.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/matroska/matroska.c b/gst/matroska/matroska.c
index 5156ca57..5a74c6b5 100644
--- a/gst/matroska/matroska.c
+++ b/gst/matroska/matroska.c
@@ -25,10 +25,12 @@
#include "matroska-demux.h"
#include "matroska-mux.h"
+#include "matroska-ids.h"
static gboolean
plugin_init (GstPlugin * plugin)
{
+ gst_matroska_register_tags ();
return gst_matroska_demux_plugin_init (plugin) &&
gst_matroska_mux_plugin_init (plugin);
}