From: Wim Taymans Date: Fri, 12 Apr 2013 15:16:41 +0000 (+0100) Subject: rtp: register tag image types X-Git-Tag: 1.19.3~509^2~5941 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d7519f66e622a56f5feaa34eead5993643ba833;p=platform%2Fupstream%2Fgstreamer.git rtp: register tag image types The rtpgstdepay needs the type to be available in order to deserialize the event. --- 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;