gst_parse_bin_from_description  354 gst/parse/grammar.y        bin = gst_parse_bin_from_description (set->value_str, TRUE, NULL);
gst_parse_bin_from_description  431 gst/parse/grammar.y        bin = gst_parse_bin_from_description (pos, TRUE, NULL);
gst_parse_bin_from_description  409 tests/check/gst/gstutils.c     bin = gst_parse_bin_from_description (bin_tests[i].bin_desc, TRUE, &err);
gst_parse_bin_from_description   43 tests/check/pipelines/parse-disabled.c   pipe = gst_parse_bin_from_description ("fakesrc ! fakesink", TRUE, &err);