Skip to content

Commit

Permalink
Make sure the proper metadata are used when stap_a RTP packet sets it…
Browse files Browse the repository at this point in the history
…s marker bit
  • Loading branch information
varsill committed Jun 18, 2024
1 parent 69f3361 commit 90d750e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rtp_h264/payloader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ defmodule Membrane.RTP.H264.Payloader do
stap_acc
| payloads: [buffer.payload | stap_acc.payloads],
byte_size: size,
metadata: stap_acc.metadata || buffer.metadata,
metadata: buffer.metadata,
pts: buffer.pts,
dts: buffer.dts,
nri: max(stap_acc.nri, nri),
Expand Down

0 comments on commit 90d750e

Please sign in to comment.