so disable it during plugin registering too
Original commit message from CVS: Muxer is disabled (under development), so disable it during plugin registering too
This commit is contained in:
parent
723d9baca9
commit
5dca8dcdf7
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user