Skip to content
Snippets Groups Projects
Commit 674faa5e authored by Julien Isorce's avatar Julien Isorce Committed by Julien Isorce
Browse files

rtsp-stream: fix connection delay due to wrong assumption on last-sample

Commit 852cc09f assumed that
multiudpsink's last-sample always comes from the payloader. Which
is wrong if auxiliary streams are multiplexed in the same stream.

So check the buffer's ssrc against the caps'ssrc before to use its
seqnum. If not the same ssrc just use the payloader as done prior
the commit above or when there is no last-sample yet.

https://bugzilla.gnome.org/show_bug.cgi?id=784094
parent 12ff43a6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment