rtp: register tag image types

The rtpgstdepay needs the type to be available in order to deserialize the
event.
This commit is contained in:
Wim Taymans 2013-04-12 16:16:41 +01:00
parent b1f4587d75
commit 9d7519f66e

View file

@ -21,6 +21,8 @@
#include "config.h"
#endif
#include <gst/tag/tag.h>
#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;