summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtp.c')
-rw-r--r--gst/rtp/gstrtp.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c
index 10fdbca1c..186cf9ce7 100644
--- a/gst/rtp/gstrtp.c
+++ b/gst/rtp/gstrtp.c
@@ -23,6 +23,8 @@
#include <gst/tag/tag.h>
+#include "gstrtputils.h"
+
#include "gstrtpac3depay.h"
#include "gstrtpac3pay.h"
#include "gstrtpbvdepay.h"
@@ -115,6 +117,11 @@ plugin_init (GstPlugin * plugin)
{
gst_tag_image_type_get_type ();
+ rtp_quark_meta_tag_video =
+ g_quark_from_static_string (GST_META_TAG_VIDEO_STR);
+ rtp_quark_meta_tag_audio =
+ g_quark_from_static_string (GST_META_TAG_AUDIO_STR);
+
if (!gst_rtp_ac3_depay_plugin_init (plugin))
return FALSE;