Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dvp9parse.c85 GstCaps *event_caps; in run_split_superframe_with_caps() local
91 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()
Dav1parse.c45 GstCaps *event_caps; in check_caps_event() local
51 gst_event_parse_caps (event, &event_caps); in check_caps_event()
52 gst_caps_replace (&caps, event_caps); in check_caps_event()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpad.c222 static GstCaps *event_caps = NULL; variable
239 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 …]
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c860 GstCaps *event_caps; in buffer_event_function() local
863 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()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttypefindelement.c205 GstCaps *event_caps; in gst_type_find_element_have_type() local
207 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()