Searched refs:pipeline_description (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstparse.c | 305 gst_parse_launch (const gchar * pipeline_description, GError ** error) in gst_parse_launch() argument 307 return gst_parse_launch_full (pipeline_description, NULL, GST_PARSE_FLAG_NONE, in gst_parse_launch() 334 gst_parse_launch_full (const gchar * pipeline_description, in gst_parse_launch_full() argument 341 g_return_val_if_fail (pipeline_description != NULL, NULL); in gst_parse_launch_full() 345 pipeline_description); in gst_parse_launch_full() 347 element = priv_gst_parse_launch (pipeline_description, &myerror, context, in gst_parse_launch_full()
|
D | gstparse.h | 118 GstElement * gst_parse_launch (const gchar * pipeline_description, 124 GstElement * gst_parse_launch_full (const gchar * pipeline_description,
|