File tree 1 file changed +0
-3
lines changed
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
35
35
@ test_cases @ video_cases ++ @ audio_cases
36
36
37
37
Enum . map ( @ test_cases , fn test_case ->
38
- if test_case . input_format == H264 and test_case . output_format == H264 , do: @ tag ( :xd )
39
-
40
38
test "if transcoder support #{ inspect ( test_case . input_format ) } input and #{ inspect ( test_case . output_format ) } output" do
41
39
pid = Testing.Pipeline . start_link_supervised! ( )
42
40
@@ -45,7 +43,6 @@ defmodule Membrane.Transcoder.IntegrationTest do
45
43
location: Path . join ( "./test/fixtures" , unquote ( test_case . input_file ) )
46
44
} )
47
45
|> then ( unquote ( test_case . preprocess ) )
48
- # |> child(%Membrane.Debug.Filter{handle_stream_format: fn _ -> raise "dupaa" end})
49
46
|> child ( % Membrane.Transcoder { output_stream_format: unquote ( test_case . output_format ) } )
50
47
|> child ( :sink , Testing.Sink )
51
48
You can’t perform that action at this time.
0 commit comments