mpegtsmux: Initialize helper mpegts library

We now use that library, we need to initialize it so that debug
categories (amongst other things) get properly initialized
This commit is contained in:
Edward Hervey 2014-04-08 07:47:15 +02:00
parent 8e580ea6f1
commit 0ae5c15bf8

View file

@ -1756,6 +1756,7 @@ mpegtsmux_send_event (GstElement * element, GstEvent * event)
static gboolean
plugin_init (GstPlugin * plugin)
{
gst_mpegts_initialize ();
if (!gst_element_register (plugin, "mpegtsmux", GST_RANK_PRIMARY,
mpegtsmux_get_type ()))
return FALSE;