Searched refs:event_caps (Results 1 – 3 of 3) sorted by relevance
227 static GstCaps *event_caps = NULL; variable244 fail_unless (event_caps == NULL); in sticky_event()250 event_caps = gst_caps_ref (caps); in sticky_event()293 fail_unless (event_caps == NULL); in GST_START_TEST()301 fail_unless (event_caps == NULL); in GST_START_TEST()305 fail_unless (event_caps == caps); in GST_START_TEST()311 gst_caps_replace (&event_caps, NULL); in GST_START_TEST()465 fail_unless (event_caps == NULL); in GST_START_TEST()473 fail_unless (event_caps == NULL); in GST_START_TEST()480 fail_unless (event_caps == NULL); in GST_START_TEST()[all …]
812 GstCaps *event_caps; in buffer_event_function() local815 gst_event_parse_caps (event, &event_caps); in buffer_event_function()817 fail_unless (gst_caps_is_fixed (event_caps)); in buffer_event_function()818 fail_unless (gst_caps_is_equal_fixed (event_caps, expected_caps)); in buffer_event_function()
202 GstCaps *event_caps; in gst_type_find_element_have_type() local204 gst_event_parse_caps (event, &event_caps); in gst_type_find_element_have_type()205 if (caps != event_caps) { in gst_type_find_element_have_type()