We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a201e commit 6203287Copy full SHA for 6203287
lib/transcoder.ex
@@ -79,7 +79,7 @@ defmodule Membrane.Transcoder do
79
if new_format != non_nil_stream_format do
80
raise """
81
Received new stream format on transcoder's input: #{inspect(new_format)}
82
- which doesn't match the first received input stream format: #{non_nil_stream_format}
+ which doesn't match the first received input stream format: #{inspect(non_nil_stream_format)}
83
Transcoder doesn't support updating the input stream format.
84
"""
85
end
0 commit comments