mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue