X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fcheck%2Fpipelines%2Foggmux.c;h=7c9607df47819fde9b06b6c1015ef31149deb53e;hb=dd56714b14da80054b1201cf655b0780268960a5;hp=de079dacf2ce4579f2ef45c6abb99f51bd3efd41;hpb=a409d04d211f4ee5be3e916d5cdc8e013472f8f7;p=platform%2Fupstream%2Fgstreamer.git diff --git a/tests/check/pipelines/oggmux.c b/tests/check/pipelines/oggmux.c index de079da..7c9607d 100644 --- a/tests/check/pipelines/oggmux.c +++ b/tests/check/pipelines/oggmux.c @@ -350,7 +350,7 @@ GST_END_TEST; GST_START_TEST (test_theora) { test_pipeline - ("videotestsrc num-buffers=5 ! ffmpegcolorspace ! theoraenc ! oggmux"); + ("videotestsrc num-buffers=5 ! videoconvert ! theoraenc ! oggmux"); } GST_END_TEST; @@ -360,7 +360,7 @@ GST_END_TEST; GST_START_TEST (test_theora_vorbis) { test_pipeline - ("videotestsrc num-buffers=10 ! ffmpegcolorspace ! theoraenc ! queue ! oggmux name=mux " + ("videotestsrc num-buffers=10 ! videoconvert ! theoraenc ! queue ! oggmux name=mux " "audiotestsrc num-buffers=2 ! audioconvert ! vorbisenc ! queue ! mux."); } @@ -369,7 +369,7 @@ GST_END_TEST; GST_START_TEST (test_vorbis_theora) { test_pipeline - ("videotestsrc num-buffers=2 ! ffmpegcolorspace ! theoraenc ! queue ! oggmux name=mux " + ("videotestsrc num-buffers=2 ! videoconvert ! theoraenc ! queue ! oggmux name=mux " "audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! queue ! mux."); }