summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/quicktime.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/qtdemux/quicktime.c')
-rw-r--r--gst/qtdemux/quicktime.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/qtdemux/quicktime.c b/gst/qtdemux/quicktime.c
index f7b880c8..dc92fcff 100644
--- a/gst/qtdemux/quicktime.c
+++ b/gst/qtdemux/quicktime.c
@@ -35,6 +35,11 @@ plugin_init (GstPlugin * plugin)
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
#endif /* ENABLE_NLS */
+ /* ensure private tag is registered */
+ gst_tag_register (GST_QT_DEMUX_PRIVATE_TAG, GST_TAG_FLAG_META,
+ GST_TYPE_BUFFER, "QT atom", "unparsed QT tag atom",
+ gst_tag_merge_use_first);
+
if (!gst_element_register (plugin, "qtdemux",
GST_RANK_PRIMARY, GST_TYPE_QTDEMUX))
return FALSE;