mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
session: generate events correctly
Do correct shifting of the bitmask for lost packets.
This commit is contained in:
parent
67523d3ecb
commit
ee15bc9284
1 changed files with 1 additions and 0 deletions
|
@ -2364,6 +2364,7 @@ gst_rtp_session_notify_nack (RTPSession * sess, guint16 seqnum,
|
|||
seqnum++;
|
||||
blp >>= 1;
|
||||
}
|
||||
blp >>= 1;
|
||||
}
|
||||
gst_object_unref (send_rtp_sink);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue