diff options
Diffstat (limited to 'gst/mpegdemux/flumpegdemux.c')
-rw-r--r-- | gst/mpegdemux/flumpegdemux.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gst/mpegdemux/flumpegdemux.c b/gst/mpegdemux/flumpegdemux.c index a59e5175..c7392e24 100644 --- a/gst/mpegdemux/flumpegdemux.c +++ b/gst/mpegdemux/flumpegdemux.c @@ -47,6 +47,8 @@ #include "gstmpegdemux.h" #include "gstmpegtsdemux.h" +#include "mpegtsparse.h" +#include "mpegtspacketizer.h" GST_DEBUG_CATEGORY_EXTERN (gstflupesfilter_debug); GST_DEBUG_CATEGORY_EXTERN (gstflusectionfilter_debug); @@ -62,7 +64,8 @@ plugin_init (GstPlugin * plugin) return FALSE; if (!gst_fluts_demux_plugin_init (plugin)) return FALSE; - + if (!gst_mpegtsparse_plugin_init (plugin)) + return FALSE; return TRUE; } |