Skip to content

Commit

Permalink
Take under consideration that prepare_actions_for_aus also returns state
Browse files Browse the repository at this point in the history
  • Loading branch information
varsill committed Mar 25, 2024
1 parent 50c6db4 commit 9eaab90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane_h264_plugin/h26x_parser.ex
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ defmodule Membrane.H26x.Parser do

mode != state.mode ->
{access_units, state} = clean_state(state)
access_unit_actions = prepare_actions_for_aus(access_units, ctx, state)
{access_unit_actions, state} = prepare_actions_for_aus(access_units, ctx, state)
state = %{state | mode: mode}
{access_unit_actions, state}

Expand Down

0 comments on commit 9eaab90

Please sign in to comment.