Lines Matching refs:tmpcaps
349 GstCaps *tmpcaps, *tmpcaps2; in test_individual_target() local
369 tmpcaps = gst_caps_from_string ("animal/x-pony"); in test_individual_target()
370 CHECK_PROFILE (prof, "pony", "I don't want a description !", tmpcaps, NULL, 0, in test_individual_target()
372 gst_caps_unref (tmpcaps); in test_individual_target()
381 tmpcaps = gst_caps_from_string ("audio/x-pony-song,pretty=True"); in test_individual_target()
384 (GstEncodingProfile *) gst_encoding_audio_profile_new (tmpcaps, NULL, in test_individual_target()
389 gst_caps_unref (tmpcaps); in test_individual_target()
393 tmpcaps = gst_caps_from_string ("video/x-glitter,sparkling=True"); in test_individual_target()
397 gst_encoding_video_profile_new (tmpcaps, "seriously glittery", tmpcaps2, in test_individual_target()
404 gst_caps_unref (tmpcaps); in test_individual_target()
413 GstCaps *tmpcaps; in GST_START_TEST() local
447 tmpcaps = gst_caps_from_string ("animal/x-pony"); in GST_START_TEST()
448 CHECK_PROFILE (profile, "pony", "I don't want a description !", tmpcaps, NULL, in GST_START_TEST()
450 gst_caps_unref (tmpcaps); in GST_START_TEST()
456 tmpcaps = gst_caps_from_string ("animal/x-pony"); in GST_START_TEST()
457 CHECK_PROFILE (profile, "pony", "I don't want a description !", tmpcaps, NULL, in GST_START_TEST()
459 gst_caps_unref (tmpcaps); in GST_START_TEST()
471 tmpcaps = gst_caps_from_string ("animal/x-pony"); in GST_START_TEST()
472 CHECK_PROFILE (profile, "pony", "I don't want a description !", tmpcaps, NULL, in GST_START_TEST()
474 gst_caps_unref (tmpcaps); in GST_START_TEST()