Lines Matching refs:outcaps
250 GstCaps *outcaps; in test_srt_do_test() local
267 outcaps = gst_pad_get_current_caps (mysinkpad); in test_srt_do_test()
296 fail_unless (outcaps != NULL); in test_srt_do_test()
297 buffer_caps_struct = gst_caps_get_structure (outcaps, 0); in test_srt_do_test()
302 gst_caps_unref (outcaps); in test_srt_do_test()
332 GstCaps *outcaps; in test_vtt_do_test() local
359 outcaps = gst_pad_get_current_caps (mysinkpad); in test_vtt_do_test()
360 fail_unless (outcaps != NULL); in test_vtt_do_test()
361 buffer_caps_struct = gst_caps_get_structure (outcaps, 0); in test_vtt_do_test()
366 gst_caps_unref (outcaps); in test_vtt_do_test()
518 GstCaps *outcaps; in do_test() local
533 outcaps = gst_pad_get_current_caps (mysinkpad); in do_test()
569 fail_unless (outcaps != NULL); in do_test()
570 buffer_caps_struct = gst_caps_get_structure (outcaps, 0); in do_test()
575 gst_caps_unref (outcaps); in do_test()