Skip to content

Commit 6203287

Browse files
varsillFelonEkonom
andauthored
Update lib/transcoder.ex
Co-authored-by: Feliks Pobiedziński <[email protected]>
1 parent 88a201e commit 6203287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/transcoder.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ defmodule Membrane.Transcoder do
7979
if new_format != non_nil_stream_format do
8080
raise """
8181
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}
82+
which doesn't match the first received input stream format: #{inspect(non_nil_stream_format)}
8383
Transcoder doesn't support updating the input stream format.
8484
"""
8585
end

0 commit comments

Comments
 (0)