summaryrefslogtreecommitdiff
path: root/gst/gst.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-30 15:35:19 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-31 18:15:52 +0200
commit7477b25df517a0a5f499a61bb621731c2025815e (patch)
tree5c330384b990adb841dfaa5fd3b145763c34fd0a /gst/gst.c
parentcaa06788c31e5c229e7733757f9d7fd583330bac (diff)
caps: Add new data type for handling caps features to the caps
These are meant to specify features in caps that are required for a specific structure, for example a specific memory type or meta. Semantically they could be though of as an extension of the media type name of the structures and are handled exactly like that.
Diffstat (limited to 'gst/gst.c')
-rw-r--r--gst/gst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gst.c b/gst/gst.c
index 6a7219e11..a5f54161d 100644
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -562,6 +562,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
_priv_gst_query_initialize ();
_priv_gst_structure_initialize ();
_priv_gst_caps_initialize ();
+ _priv_gst_caps_features_initialize ();
_priv_gst_meta_initialize ();
g_type_class_ref (gst_object_get_type ());