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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/matroska/matroska.c b/gst/matroska/matroska.c
index feb44d63..49657818 100644
--- a/gst/matroska/matroska.c
+++ b/gst/matroska/matroska.c
@@ -24,11 +24,13 @@
#endif
#include "matroska-demux.h"
+#include "matroska-mux.h"
static gboolean
plugin_init (GstPlugin *plugin)
{
- return (gst_matroska_demux_plugin_init (plugin));
+ return (gst_matroska_demux_plugin_init (plugin) &&
+ gst_matroska_mux_plugin_init (plugin));
}
GST_PLUGIN_DEFINE (