From 5dca8dcdf74d08b605f808bd457c960d08e38444 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 22 Nov 2003 12:10:00 +0000 Subject: [PATCH] so disable it during plugin registering too Original commit message from CVS: Muxer is disabled (under development), so disable it during plugin registering too --- gst/matroska/matroska.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gst/matroska/matroska.c b/gst/matroska/matroska.c index dc1768a..50f8dcb 100644 --- a/gst/matroska/matroska.c +++ b/gst/matroska/matroska.c @@ -24,13 +24,11 @@ #endif #include "matroska-demux.h" -#include "matroska-mux.h" static gboolean plugin_init (GstPlugin *plugin) { - return (gst_matroska_demux_plugin_init (plugin) && - gst_matroska_mux_plugin_init (plugin)); + return (gst_matroska_demux_plugin_init (plugin)); } GST_PLUGIN_DEFINE ( -- 2.7.4