Searched refs:gst_caps_append_structure_unchecked (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstcaps.c | 118 #define gst_caps_append_structure_unchecked(caps, s, f) G_STMT_START{\ macro 305 gst_caps_append_structure_unchecked (caps, structure, NULL); in gst_caps_new_empty_simple() 336 gst_caps_append_structure_unchecked (caps, structure, NULL); in gst_caps_new_simple() 386 gst_caps_append_structure_unchecked (caps, structure, NULL); in gst_caps_new_full_valist() 577 gst_caps_append_structure_unchecked (caps1, structure, features); in gst_caps_append() 659 gst_caps_append_structure_unchecked (caps, structure, NULL); in gst_caps_append_structure() 691 gst_caps_append_structure_unchecked (caps, structure, features); in gst_caps_append_structure_full() 762 gst_caps_append_structure_unchecked (caps, structure, NULL); in gst_caps_merge_structure() 829 gst_caps_append_structure_unchecked (caps, structure, features); in gst_caps_merge_structure_full() 1036 gst_caps_append_structure_unchecked (newcaps, in gst_caps_copy_nth() [all …]
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 77442 caps: use gst_caps_append_structure_unchecked() macro once more
|