mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48:56 +00:00
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
1 changed files with 1 additions and 3 deletions
|
@ -24,13 +24,11 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "matroska-demux.h"
|
#include "matroska-demux.h"
|
||||||
#include "matroska-mux.h"
|
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin *plugin)
|
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 (
|
GST_PLUGIN_DEFINE (
|
||||||
|
|
Loading…
Reference in a new issue