Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpad.c227 static GstCaps *event_caps = NULL; variable
244 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 …]
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c812 GstCaps *event_caps; in buffer_event_function() local
815 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()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttypefindelement.c202 GstCaps *event_caps; in gst_type_find_element_have_type() local
204 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()