Searched refs:tmpcaps (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | profile.c | 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() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/ |
D | gstcapslist.c | 226 GstCaps *tmpcaps; in gst_caps_list_compatible_codecs() local 258 tmpcaps = gst_caps_new_empty (); in gst_caps_list_compatible_codecs() 267 gst_caps_append (tmpcaps, gst_caps_copy (templ_caps)); in gst_caps_list_compatible_codecs() 271 res = gst_caps_intersect (tmpcaps, codecformats); in gst_caps_list_compatible_codecs() 272 gst_caps_unref (tmpcaps); in gst_caps_list_compatible_codecs()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-profile.c | 1656 GstCaps *caps = NULL, *tmpcaps = gst_caps_from_string (factory_desc); in get_profile_format_from_possible_factory_name() local 1663 if (gst_caps_get_size (tmpcaps) != 1) in get_profile_format_from_possible_factory_name() 1666 tmpstruct = gst_caps_get_structure (tmpcaps, 0); in get_profile_format_from_possible_factory_name() 1684 GstCaps *tmpcaps = gst_static_caps_get (&templ->static_caps); in get_profile_format_from_possible_factory_name() local 1686 if (gst_caps_get_size (tmpcaps) > 0) in get_profile_format_from_possible_factory_name() 1689 (gst_caps_get_structure (tmpcaps, 0))); in get_profile_format_from_possible_factory_name() 1691 gst_caps_unref (tmpcaps); in get_profile_format_from_possible_factory_name() 1710 *restrictions = tmpcaps; in get_profile_format_from_possible_factory_name() 1711 tmpcaps = NULL; in get_profile_format_from_possible_factory_name() 1727 if (tmpcaps) in get_profile_format_from_possible_factory_name() [all …]
|
/third_party/gstreamer/gstplugins_base/gst/videorate/ |
D | gstvideorate.c | 1298 GstCaps *srcpadcaps, *tmpcaps, *downstream_caps; in gst_video_rate_check_variable_rate() local 1307 tmpcaps = gst_caps_copy (srcpadcaps); in gst_video_rate_check_variable_rate() 1308 st = gst_caps_get_structure (tmpcaps, 0); in gst_video_rate_check_variable_rate() 1314 if (pad && !gst_caps_can_intersect (tmpcaps, downstream_caps)) { in gst_video_rate_check_variable_rate() 1331 gst_base_transform_update_src_caps (GST_BASE_TRANSFORM (videorate), tmpcaps); in gst_video_rate_check_variable_rate() 1337 gst_caps_unref (tmpcaps); in gst_video_rate_check_variable_rate()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsrc.c | 570 GstCaps *tmpcaps; in gst_splitmux_check_new_caps() local 592 tmpcaps = gst_caps_copy (newcaps); in gst_splitmux_check_new_caps() 593 s = gst_caps_get_structure (tmpcaps, 0); in gst_splitmux_check_new_caps() 602 if (gst_caps_is_equal (tmpcurcaps, tmpcaps)) { in gst_splitmux_check_new_caps() 607 gst_caps_unref (tmpcaps); in gst_splitmux_check_new_caps()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 1234 GstCaps *tmpcaps = gst_caps_copy (caps); in _capsfilter_force_format() local 1235 g_object_set (sgroup->outfilter, "caps", tmpcaps, NULL); in _capsfilter_force_format() 1236 gst_caps_unref (tmpcaps); in _capsfilter_force_format() 1322 GstCaps *tmpcaps = gst_pad_query_caps (srcpad, NULL); in setup_smart_encoder() local 1328 if (!gst_caps_can_intersect (tmpcaps, format)) { in setup_smart_encoder() 1428 gst_caps_unref (tmpcaps); in setup_smart_encoder()
|