Functions
gst_caps_features_new_empty ()
GstCapsFeatures *
gst_caps_features_new_empty (void
);
gst_caps_features_new_any ()
GstCapsFeatures *
gst_caps_features_new_any (void
);
gst_caps_features_new_id_valist ()
GstCapsFeatures *
gst_caps_features_new_id_valist (GQuark feature1
,
va_list varargs
);
gst_caps_features_new_valist ()
GstCapsFeatures *
gst_caps_features_new_valist (const gchar *feature1
,
va_list varargs
);
gst_caps_features_free ()
void
gst_caps_features_free (GstCapsFeatures *features
);
gst_caps_features_from_string ()
GstCapsFeatures *
gst_caps_features_from_string (const gchar *features
);
gst_caps_features_to_string ()
gchar *
gst_caps_features_to_string (const GstCapsFeatures *features
);
gst_caps_features_add ()
void
gst_caps_features_add (GstCapsFeatures *features
,
const gchar *feature
);
gst_caps_features_remove ()
void
gst_caps_features_remove (GstCapsFeatures *features
,
const gchar *feature
);
gst_caps_features_remove_id ()
void
gst_caps_features_remove_id (GstCapsFeatures *features
,
GQuark feature
);
Types and Values
GstCapsFeatures
typedef struct _GstCapsFeatures GstCapsFeatures;
GST_CAPS_FEATURES_ANY
#define GST_CAPS_FEATURES_ANY (_gst_caps_features_any)
GST_CAPS_FEATURES_MEMORY_SYSTEM_MEMORY
#define GST_CAPS_FEATURES_MEMORY_SYSTEM_MEMORY (_gst_caps_features_memory_system_memory)
GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY
#define GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY "memory:SystemMemory"