File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
lib/membrane/core/element Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Master
4+ * Improve stream format error [ #950 ] ( https://github.com/membraneframework/membrane_core/pull/950 )
5+
36## 1.2.0
47 * Add ` :max_instances ` option for dynamic pads. [ #876 ] ( https://github.com/membraneframework/membrane_core/pull/876 )
58 * Implement ` Membrane.Connector ` . [ #904 ] ( https://github.com/membraneframework/membrane_core/pull/904 )
Original file line number Diff line number Diff line change @@ -118,8 +118,10 @@ defmodule Membrane.Core.Element.StreamFormatController do
118118 end
119119
120120 raise Membrane.StreamFormatError , """
121- Stream format: #{ inspect ( stream_format ) } is not matching accepted format pattern #{ pretty_accepted_format } in def_#{ direction } _pad
122- for pad #{ inspect ( pad_name ) } in #{ inspect ( module ) }
121+ Stream format: #{ inspect ( stream_format ) } is not matching accepted format pattern \
122+ #{ pretty_accepted_format } in def_#{ direction } _pad for pad #{ inspect ( pad_name ) } \
123+ in #{ inspect ( module ) } . Beware that stream format is forwarded by the default implemetation \
124+ of handle_stream_format in filters.
123125 """
124126 end
125127 end
You can’t perform that action at this time.
0 commit comments