Searched refs:pipe_descr (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/pipelines/ |
D | parse-launch.c | 31 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()
|
D | cleanup.c | 27 setup_pipeline (const gchar * pipe_descr) in setup_pipeline() argument 31 pipeline = gst_parse_launch (pipe_descr, NULL); in setup_pipeline()
|
D | simple-launch-lines.c | 27 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/ |
D | simple-launch-lines.c | 29 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()
|
D | gl-launch-lines.c | 29 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/ |
D | libavcodec-locking.c | 30 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/ |
D | simple-launch-lines.c | 27 setup_pipeline (const gchar * pipe_descr) in setup_pipeline() argument 31 pipeline = gst_parse_launch (pipe_descr, NULL); in setup_pipeline()
|