Home
last modified time | relevance | path

Searched refs:tmpstruct (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c1657 GstStructure *tmpstruct; in get_profile_format_from_possible_factory_name() local
1666 tmpstruct = gst_caps_get_structure (tmpcaps, 0); in get_profile_format_from_possible_factory_name()
1667 fact = gst_element_factory_find (gst_structure_get_name (tmpstruct)); in get_profile_format_from_possible_factory_name()
1698 *new_factory_name = g_strdup (gst_structure_get_name (tmpstruct)); in get_profile_format_from_possible_factory_name()
1700 if (gst_structure_n_fields (tmpstruct) && restrictions) { in get_profile_format_from_possible_factory_name()
1705 gst_structure_set_name (tmpstruct, "audio/x-raw"); in get_profile_format_from_possible_factory_name()
1708 gst_structure_set_name (tmpstruct, "video/x-raw"); in get_profile_format_from_possible_factory_name()
1715 *new_factory_name = g_strdup (gst_structure_get_name (tmpstruct)); in get_profile_format_from_possible_factory_name()
1869 GstStructure *tmpstruct = NULL; in create_encoding_stream_profile() local
1872 tmpstruct = gst_structure_new_from_string (prop); in create_encoding_stream_profile()
[all …]
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstvalue.c3825 const GstStructure *tmpstruct = structure; in GST_START_TEST() local
3830 const GValue *v = gst_structure_get_value (tmpstruct, tmpstrv[j]); in GST_START_TEST()
3833 gst_structure_to_string (tmpstruct)); in GST_START_TEST()
3834 tmpstruct = gst_value_get_structure (v); in GST_START_TEST()
3836 fail_unless (GST_IS_STRUCTURE (tmpstruct)); in GST_START_TEST()
3840 fail_unless (gst_structure_get_boolean (tmpstruct, "is-deepest", &tmp) in GST_START_TEST()