Searched refs:bin_description (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstutils.c | 3414 gst_parse_bin_from_description (const gchar * bin_description, in gst_parse_bin_from_description() argument 3417 return gst_parse_bin_from_description_full (bin_description, in gst_parse_bin_from_description() 3447 gst_parse_bin_from_description_full (const gchar * bin_description, in gst_parse_bin_from_description_full() argument 3457 g_return_val_if_fail (bin_description != NULL, NULL); in gst_parse_bin_from_description_full() 3460 GST_DEBUG ("Making bin from description '%s'", bin_description); in gst_parse_bin_from_description_full() 3464 element = gst_parse_launch_full (bin_description, context, flags, err); in gst_parse_bin_from_description_full() 3466 desc = g_strdup_printf ("bin.( %s )", bin_description); in gst_parse_bin_from_description_full()
|
D | gstutils.h | 1148 GstElement * gst_parse_bin_from_description (const gchar * bin_description, 1152 GstElement * gst_parse_bin_from_description_full (const gchar * bin_description,
|