summaryrefslogtreecommitdiff
path: root/gst/mpegdemux/flumpegdemux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mpegdemux/flumpegdemux.c')
-rw-r--r--gst/mpegdemux/flumpegdemux.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/gst/mpegdemux/flumpegdemux.c b/gst/mpegdemux/flumpegdemux.c
index 3aa92ed3f..4f8b3f068 100644
--- a/gst/mpegdemux/flumpegdemux.c
+++ b/gst/mpegdemux/flumpegdemux.c
@@ -51,21 +51,26 @@
#include "mpegtspacketizer.h"
GST_DEBUG_CATEGORY_EXTERN (gstflupesfilter_debug);
+#if 0
GST_DEBUG_CATEGORY_EXTERN (gstflusectionfilter_debug);
+#endif
static gboolean
plugin_init (GstPlugin * plugin)
{
GST_DEBUG_CATEGORY_INIT (gstflupesfilter_debug, "mpegpesfilter", 0,
"MPEG-TS/PS PES filter output");
+#if 0
GST_DEBUG_CATEGORY_INIT (gstflusectionfilter_debug, "mpegsectionfilter", 0,
"MPEG-TS Section filter output");
-
+#endif
if (!gst_flups_demux_plugin_init (plugin))
return FALSE;
+#if 0
if (!gst_mpegts_demux_plugin_init (plugin))
return FALSE;
if (!gst_mpegtsparse_plugin_init (plugin))
return FALSE;
+#endif
return TRUE;
}