Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgststructure.c645 const gchar *structure_name; in gst_structure_has_name() local
653 structure_name = g_quark_to_string (structure->name); in gst_structure_has_name()
655 return (structure_name && strcmp (structure_name, name) == 0); in gst_structure_has_name()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c903 const gchar *structure_name = (image_type != GST_TAG_IMAGE_TYPE_NONE) ? in gst_matroska_read_common_parse_attached_file() local
905 info = gst_structure_new_empty (structure_name); in gst_matroska_read_common_parse_attached_file()