Home
last modified time | relevance | path

Searched refs:GstCapsArrayElement (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstcaps.c80 } GstCapsArrayElement; typedef
112 (g_array_index (GST_CAPS_ARRAY (caps), GstCapsArrayElement, (index)).structure)
114 (&g_array_index (GST_CAPS_ARRAY (caps), GstCapsArrayElement, (index)).features)
119 GstCapsArrayElement __e={s, f}; \
241 g_array_new (FALSE, TRUE, sizeof (GstCapsArrayElement)); in gst_caps_init()
2030 const GstStructure *struct1 = ((const GstCapsArrayElement *) one)->structure; in gst_caps_compare_structures()
2031 const GstStructure *struct2 = ((const GstCapsArrayElement *) two)->structure; in gst_caps_compare_structures()
2146 g_array_index (GST_CAPS_ARRAY (caps), GstCapsArrayElement, i).structure = new; in gst_caps_switch_structures()