diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-30 15:35:19 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-31 18:15:52 +0200 |
commit | 7477b25df517a0a5f499a61bb621731c2025815e (patch) | |
tree | 5c330384b990adb841dfaa5fd3b145763c34fd0a /gst/gst.c | |
parent | caa06788c31e5c229e7733757f9d7fd583330bac (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ()); |