Searched refs:gst_parse_launch_full (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstparse.c | 275 element = gst_parse_launch_full (str->str, context, flags, error); in gst_parse_launchv_full() 282 return gst_parse_launch_full ("", NULL, 0, error); in gst_parse_launchv_full() 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() function
|
D | gstparse.h | 124 GstElement * gst_parse_launch_full (const gchar * pipeline_description,
|
D | gstutils.c | 3464 element = gst_parse_launch_full (bin_description, context, flags, err); in gst_parse_bin_from_description_full() 3467 element = gst_parse_launch_full (desc, context, flags, err); in gst_parse_bin_from_description_full()
|
/third_party/gstreamer/gstreamer/tests/check/pipelines/ |
D | parse-launch.c | 619 element = gst_parse_launch_full ("fakesrc ! coffeesink", ctx, in GST_START_TEST() 635 element = gst_parse_launch_full ("fakesrc ! bogusenc ! identity ! goomux ! " in GST_START_TEST() 652 element = gst_parse_launch_full ("fakesrc ! bogusenc ! mux.sink " in GST_START_TEST() 701 element = gst_parse_launch_full ("fakesrc ! coffeesink", NULL, 0, &err); in GST_START_TEST() 710 element = gst_parse_launch_full ("fakesrc ! coffeesink", NULL, in GST_START_TEST() 719 element = gst_parse_launch_full ("fakesrc ! coffeesink", NULL, in GST_START_TEST() 731 pipeline = gst_parse_launch_full ("filesrc location=x\\", NULL, 0, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-resample.c | 44 result = gst_parse_launch_full (pstr, NULL, GST_PARSE_FLAG_NONE, NULL); in make_pipeline()
|
D | test-scale.c | 65 result = gst_parse_launch_full (pstr, NULL, GST_PARSE_FLAG_NONE, NULL); in make_pipeline()
|
D | test-box.c | 47 result = gst_parse_launch_full (pstr, NULL, GST_PARSE_FLAG_NONE, NULL); in make_pipeline()
|
D | test-textoverlay.c | 87 pipe = gst_parse_launch_full (pstr, NULL, GST_PARSE_FLAG_NONE, NULL); in test_textoverlay()
|
/third_party/gstreamer/gstplugins_good/tests/icles/ |
D | videobox-test.c | 44 result = gst_parse_launch_full (pstr, NULL, GST_PARSE_FLAG_NONE, NULL); in make_pipeline()
|
D | videocrop2-test.c | 44 result = gst_parse_launch_full (pstr, NULL, GST_PARSE_FLAG_NONE, NULL); in make_pipeline()
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstharness.c | 980 (GstBin *) gst_parse_launch_full (desc, NULL, GST_PARSE_FLAG_FATAL_ERRORS, in gst_harness_add_parse()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 17236 The current implementation of gst_parse_launch_full() doesn't return 23293 By default, gst_parse_launch_full() creates a GstPipeline if there's more 39225 gst_parse_launchv, gst_parse_launchv_full and gst_parse_launch_full 39227 calls gst_parse_launch_full internally anyway. 94072 API: gst_parse_launch_full() 94080 (gst_parse_launch_full): 94090 API: gst_parse_launch_full()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 41213 by 0x4EFE3EE: gst_parse_launch_full (in /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.1203.0)
|