Home
last modified time | relevance | path

Searched refs:pipeline_string (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/examples/shapewipe/
Dshapewipe-example.c70 gchar *pipeline_string; in main() local
84 pipeline_string = in main()
89 pipeline = gst_parse_launch (pipeline_string, NULL); in main()
90 g_free (pipeline_string); in main()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dautovideoconvert.c57 run_test (const gchar * pipeline_string) in run_test() argument
65 GST_DEBUG ("Testing pipeline '%s'", pipeline_string); in run_test()
67 pipeline = gst_parse_launch (pipeline_string, NULL); in run_test()
Dmxfmux.c68 run_test (const gchar * pipeline_string) in run_test() argument
76 GST_DEBUG ("Testing pipeline '%s'", pipeline_string); in run_test()
78 pipeline = gst_parse_launch (pipeline_string, NULL); in run_test()
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Deffectv.c50 run_test (const gchar * pipeline_string) in run_test() argument
58 GST_DEBUG ("Testing pipeline '%s'", pipeline_string); in run_test()
60 pipeline = gst_parse_launch (pipeline_string, NULL); in run_test()
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dmxf.c76 run_test (const gchar * pipeline_string, gint n_pads_expected) in run_test() argument
86 GST_DEBUG ("Testing pipeline '%s'", pipeline_string); in run_test()
88 pipeline = gst_parse_launch (pipeline_string, NULL); in run_test()