gst_structure_has_name 355 gst/gstevent.c return gst_structure_has_name (event->structure, name);
gst_structure_has_name 108 gst/gststructure.h gboolean gst_structure_has_name (const GstStructure *structure,
gst_structure_has_name 226 tests/check/gst/gstcaps.c if (!gst_structure_has_name (s1, "video/x-raw-rgb")) {
gst_structure_has_name 234 tests/check/gst/gstcaps.c fail_unless (gst_structure_has_name (s1, "video/x-raw-rgb"));
gst_structure_has_name 284 tests/check/gst/gstcaps.c fail_unless (gst_structure_has_name (s2, "video/x-raw-yuv"));
gst_structure_has_name 594 tests/check/gst/gstcaps.c fail_unless (gst_structure_has_name (s, "video/x-raw-yuv"));
gst_structure_has_name 603 tests/check/gst/gstcaps.c fail_unless (gst_structure_has_name (s, "video/x-raw-yuv"));
gst_structure_has_name 668 tests/check/gst/gstcaps.c fail_unless (gst_structure_has_name (s, "video/x-raw-yuv"));
gst_structure_has_name 678 tests/check/gst/gstcaps.c fail_unless (gst_structure_has_name (s, "video/x-raw-yuv"));
gst_structure_has_name 1686 tests/check/gst/gstvalue.c fail_unless (gst_structure_has_name (s, "media/x-type"));
gst_structure_has_name 68 tests/check/libs/typefindhelper.c fail_unless (gst_structure_has_name (s, "foo/x-bar"));
gst_structure_has_name 654 tools/gst-launch.c if (gst_structure_has_name (s, "GstLaunchInterrupt")) {