Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dline21.c34 GstVideoCaptionMeta *out_cc_meta; in GST_START_TEST() local
60 out_cc_meta = gst_buffer_get_video_caption_meta (outbuf); in GST_START_TEST()
61 fail_unless (out_cc_meta != NULL); in GST_START_TEST()
62 fail_unless (out_cc_meta->size == 6); in GST_START_TEST()
64 for (i = 0; i < out_cc_meta->size; i++) in GST_START_TEST()
65 fail_unless_equals_int (out_cc_meta->data[i], empty_data[i]); in GST_START_TEST()
79 out_cc_meta = gst_buffer_get_video_caption_meta (outbuf); in GST_START_TEST()
80 fail_unless (out_cc_meta != NULL); in GST_START_TEST()
82 for (i = 0; i < out_cc_meta->size; i++) in GST_START_TEST()
83 fail_unless (out_cc_meta->data[i] == full_data[i]); in GST_START_TEST()
[all …]