Home
last modified time | relevance | path

Searched refs:gst_parse_launch_full (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstparse.c275 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
Dgstparse.h124 GstElement * gst_parse_launch_full (const gchar * pipeline_description,
Dgstutils.c3464 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/
Dparse-launch.c619 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/
Dtest-resample.c44 result = gst_parse_launch_full (pstr, NULL, GST_PARSE_FLAG_NONE, NULL); in make_pipeline()
Dtest-scale.c65 result = gst_parse_launch_full (pstr, NULL, GST_PARSE_FLAG_NONE, NULL); in make_pipeline()
Dtest-box.c47 result = gst_parse_launch_full (pstr, NULL, GST_PARSE_FLAG_NONE, NULL); in make_pipeline()
Dtest-textoverlay.c87 pipe = gst_parse_launch_full (pstr, NULL, GST_PARSE_FLAG_NONE, NULL); in test_textoverlay()
/third_party/gstreamer/gstplugins_good/tests/icles/
Dvideobox-test.c44 result = gst_parse_launch_full (pstr, NULL, GST_PARSE_FLAG_NONE, NULL); in make_pipeline()
Dvideocrop2-test.c44 result = gst_parse_launch_full (pstr, NULL, GST_PARSE_FLAG_NONE, NULL); in make_pipeline()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c980 (GstBin *) gst_parse_launch_full (desc, NULL, GST_PARSE_FLAG_FATAL_ERRORS, in gst_harness_add_parse()
/third_party/gstreamer/gstreamer/
DChangeLog17236 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/
DChangeLog41213 by 0x4EFE3EE: gst_parse_launch_full (in /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.1203.0)