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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/qtdemux/quicktime.c b/gst/qtdemux/quicktime.c
index 97888345..a2da40fa 100644
--- a/gst/qtdemux/quicktime.c
+++ b/gst/qtdemux/quicktime.c
@@ -41,6 +41,10 @@ plugin_init (GstPlugin * plugin)
GST_TYPE_BUFFER, "QT atom", "unparsed QT tag atom",
gst_tag_merge_use_first);
+ gst_tag_register (GST_QT_DEMUX_CLASSIFICATION_TAG, GST_TAG_FLAG_META,
+ G_TYPE_STRING, GST_QT_DEMUX_CLASSIFICATION_TAG, "content classification",
+ gst_tag_merge_use_first);
+
if (!gst_element_register (plugin, "qtdemux",
GST_RANK_PRIMARY, GST_TYPE_QTDEMUX))
return FALSE;