Searched refs:event_caps (Results 1 – 5 of 5) sorted by relevance
85 GstCaps *event_caps; in run_split_superframe_with_caps() local91 gst_event_parse_caps (event, &event_caps); in run_split_superframe_with_caps()92 gst_caps_replace (&caps, event_caps); in run_split_superframe_with_caps()
45 GstCaps *event_caps; in check_caps_event() local51 gst_event_parse_caps (event, &event_caps); in check_caps_event()52 gst_caps_replace (&caps, event_caps); in check_caps_event()
222 static GstCaps *event_caps = NULL; variable239 fail_unless (event_caps == NULL); in sticky_event()245 event_caps = gst_caps_ref (caps); in sticky_event()288 fail_unless (event_caps == NULL); in GST_START_TEST()296 fail_unless (event_caps == NULL); in GST_START_TEST()300 fail_unless (event_caps == caps); in GST_START_TEST()306 gst_caps_replace (&event_caps, NULL); in GST_START_TEST()460 fail_unless (event_caps == NULL); in GST_START_TEST()468 fail_unless (event_caps == NULL); in GST_START_TEST()475 fail_unless (event_caps == NULL); in GST_START_TEST()[all …]
860 GstCaps *event_caps; in buffer_event_function() local863 gst_event_parse_caps (event, &event_caps); in buffer_event_function()865 fail_unless (gst_caps_is_fixed (event_caps)); in buffer_event_function()866 fail_unless (gst_caps_is_equal_fixed (event_caps, expected_caps)); in buffer_event_function()
205 GstCaps *event_caps; in gst_type_find_element_have_type() local207 gst_event_parse_caps (event, &event_caps); in gst_type_find_element_have_type()208 if (caps != event_caps) { in gst_type_find_element_have_type()