Lines Matching refs:prof2
157 GstEncodingProfile *prof, *prof2; in GST_START_TEST() local
169 g_object_get (ebin, "profile", &prof2, NULL); in GST_START_TEST()
171 fail_unless (gst_encoding_profile_is_equal (prof, prof2)); in GST_START_TEST()
174 gst_encoding_profile_unref (prof2); in GST_START_TEST()
921 _test_encodebin_reuse (GstEncodingProfile * prof1, GstEncodingProfile * prof2) in _test_encodebin_reuse() argument
939 if (prof2) in _test_encodebin_reuse()
940 g_object_set (ebin, "profile", prof2, NULL); in _test_encodebin_reuse()
956 GstEncodingProfile *prof2; in GST_START_TEST() local
960 prof2 = create_ogg_theora_vorbis_profile (1, 1); in GST_START_TEST()
965 _test_encodebin_reuse (prof1, prof2); in GST_START_TEST()
966 _test_encodebin_reuse (prof2, prof3); in GST_START_TEST()
969 gst_encoding_profile_unref (prof2); in GST_START_TEST()