From 9d7519f66e622a56f5feaa34eead5993643ba833 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 12 Apr 2013 16:16:41 +0100 Subject: [PATCH] rtp: register tag image types The rtpgstdepay needs the type to be available in order to deserialize the event. --- gst/rtp/gstrtp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c index 1c6461b..d317156 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; -- 2.7.4