Home
last modified time | relevance | path

Searched refs:pipe_descr (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dparse-launch.c31 setup_pipeline (const gchar * pipe_descr) in setup_pipeline() argument
36 GST_DEBUG ("creating [%s] setup_pipeline", pipe_descr); in setup_pipeline()
38 pipeline = gst_parse_launch (pipe_descr, &error); in setup_pipeline()
40 GST_DEBUG ("created [%s] setup_pipeline", pipe_descr); in setup_pipeline()
43 fail_if (error != NULL, "Error parsing pipeline %s: %s", pipe_descr, in setup_pipeline()
47 fail_unless (pipeline != NULL, "Failed to create pipeline %s", pipe_descr); in setup_pipeline()
55 expected_fail_pipe (const gchar * pipe_descr) in expected_fail_pipe() argument
64 pipeline = gst_parse_launch (pipe_descr, &error); in expected_fail_pipe()
66 "Expected failure pipeline %s: succeeded!", pipe_descr); in expected_fail_pipe()
Dcleanup.c27 setup_pipeline (const gchar * pipe_descr) in setup_pipeline() argument
31 pipeline = gst_parse_launch (pipe_descr, NULL); in setup_pipeline()
Dsimple-launch-lines.c27 setup_pipeline (const gchar * pipe_descr) in setup_pipeline() argument
31 pipeline = gst_parse_launch (pipe_descr, NULL); in setup_pipeline()
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dsimple-launch-lines.c29 setup_pipeline (const gchar * pipe_descr) in setup_pipeline() argument
33 GST_LOG ("pipeline: %s", pipe_descr); in setup_pipeline()
34 pipeline = gst_parse_launch (pipe_descr, NULL); in setup_pipeline()
Dgl-launch-lines.c29 setup_pipeline (const gchar * pipe_descr) in setup_pipeline() argument
33 pipeline = gst_parse_launch (pipe_descr, NULL); in setup_pipeline()
/third_party/gstreamer/gst_libav/tests/check/generic/
Dlibavcodec-locking.c30 setup_pipeline (const gchar * pipe_descr) in setup_pipeline() argument
34 pipeline = gst_parse_launch (pipe_descr, NULL); in setup_pipeline()
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Dsimple-launch-lines.c27 setup_pipeline (const gchar * pipe_descr) in setup_pipeline() argument
31 pipeline = gst_parse_launch (pipe_descr, NULL); in setup_pipeline()