Lines Matching refs:prof
34 GstEncodingContainerProfile *prof; in create_ogg_profile() local
38 prof = gst_encoding_container_profile_new ((gchar *) "myprofile", NULL, ogg, in create_ogg_profile()
41 return (GstEncodingProfile *) prof; in create_ogg_profile()
68 GstEncodingContainerProfile *prof; in create_ogg_theora_vorbis_profile() local
72 prof = in create_ogg_theora_vorbis_profile()
78 fail_unless (gst_encoding_container_profile_add_profile (prof, in create_ogg_theora_vorbis_profile()
84 fail_unless (gst_encoding_container_profile_add_profile (prof, in create_ogg_theora_vorbis_profile()
89 return (GstEncodingProfile *) prof; in create_ogg_theora_vorbis_profile()
95 GstEncodingProfile *prof; in create_vorbis_only_profile() local
99 prof = in create_vorbis_only_profile()
104 return prof; in create_vorbis_only_profile()
116 GstEncodingProfile *prof; in create_unsupported_profile() local
120 prof = in create_unsupported_profile()
125 return prof; in create_unsupported_profile()
146 set_profile (GstElement * ebin, GstEncodingProfile * prof) in set_profile() argument
148 g_object_set (ebin, "profile", prof, NULL); in set_profile()
149 gst_encoding_profile_unref (prof); in set_profile()
157 GstEncodingProfile *prof, *prof2; in GST_START_TEST() local
165 prof = create_ogg_profile (); in GST_START_TEST()
166 g_object_set (ebin, "profile", prof, NULL); in GST_START_TEST()
171 fail_unless (gst_encoding_profile_is_equal (prof, prof2)); in GST_START_TEST()
173 gst_encoding_profile_unref (prof); in GST_START_TEST()
297 GstEncodingProfile *prof; in GST_START_TEST() local
315 prof = create_ogg_vorbis_profile (1, NULL); in GST_START_TEST()
317 gst_encoding_profile_set_preset (prof, "test_encodebin_preset"); in GST_START_TEST()
318 gst_encoding_profile_set_preset_name (prof, "oggmux"); in GST_START_TEST()
320 set_profile (ebin, prof); in GST_START_TEST()
873 GstEncodingProfile *prof; in GST_START_TEST() local
892 prof = (GstEncodingProfile *) gst_encoding_container_profile_new ((gchar *) in GST_START_TEST()
898 (GST_ENCODING_CONTAINER_PROFILE (prof), in GST_START_TEST()
903 g_object_set (ebin, "profile", prof, NULL); in GST_START_TEST()
904 gst_encoding_profile_unref (prof); in GST_START_TEST()