diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c index 1c6461b128..d317156c16 100644 --- a/gst/rtp/gstrtp.c +++ b/gst/rtp/gstrtp.c @@ -21,6 +21,8 @@ #include "config.h" #endif +#include + #include "gstrtpac3depay.h" #include "gstrtpac3pay.h" #include "gstrtpbvdepay.h" @@ -97,6 +99,8 @@ static gboolean plugin_init (GstPlugin * plugin) { + gst_tag_image_type_get_type (); + if (!gst_rtp_ac3_depay_plugin_init (plugin)) return FALSE;