summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-22 12:10:00 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-22 12:10:00 +0000
commit5dca8dcdf74d08b605f808bd457c960d08e38444 (patch)
treebe17e2c83bee9d6f9615f0f56821f7db291de9f8 /gst/matroska/matroska.c
parent723d9baca98e95abf35dcc878a19d786e296d4d3 (diff)
so disable it during plugin registering too
Original commit message from CVS: Muxer is disabled (under development), so disable it during plugin registering too
Diffstat (limited to 'gst/matroska/matroska.c')
-rw-r--r--gst/matroska/matroska.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/matroska/matroska.c b/gst/matroska/matroska.c
index dc1768ab..50f8dcb7 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 (