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:
parent
8e580ea6f1
commit
0ae5c15bf8
@ -1756,6 +1756,7 @@ mpegtsmux_send_event (GstElement * element, GstEvent * event)
|
|||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
|
gst_mpegts_initialize ();
|
||||||
if (!gst_element_register (plugin, "mpegtsmux", GST_RANK_PRIMARY,
|
if (!gst_element_register (plugin, "mpegtsmux", GST_RANK_PRIMARY,
|
||||||
mpegtsmux_get_type ()))
|
mpegtsmux_get_type ()))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user