File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ defmodule Membrane.Transcoder.IntegrationTest do
3535 @ test_cases @ video_cases ++ @ audio_cases
3636
3737 Enum . map ( @ test_cases , fn test_case ->
38- if test_case . input_format == H264 and test_case . output_format == H264 , do: @ tag ( :xd )
39-
4038 test "if transcoder support #{ inspect ( test_case . input_format ) } input and #{ inspect ( test_case . output_format ) } output" do
4139 pid = Testing.Pipeline . start_link_supervised! ( )
4240
@@ -45,7 +43,6 @@ defmodule Membrane.Transcoder.IntegrationTest do
4543 location: Path . join ( "./test/fixtures" , unquote ( test_case . input_file ) )
4644 } )
4745 |> then ( unquote ( test_case . preprocess ) )
48- # |> child(%Membrane.Debug.Filter{handle_stream_format: fn _ -> raise "dupaa" end})
4946 |> child ( % Membrane.Transcoder { output_stream_format: unquote ( test_case . output_format ) } )
5047 |> child ( :sink , Testing.Sink )
5148
You can’t perform that action at this time.
0 commit comments