GNOME Bugzilla – Bug 652986
rtpjitterbuffer: events are not serialized
Last modified: 2013-12-10 11:22:44 UTC
When sending a serialized event to the rtpjitterbuffer source pad it is not serialized with the received rtp buffers.
Created attachment 190920 [details] [review] fix for the bug report
This makes even more sense now that we have GAP events and such, but needs porting past Wim's recent changes.
commit eee515cb2c1367b4bd60f3e19251f42c3edd6ffe Author: Wim Taymans <wtaymans@redhat.com> Date: Tue Dec 10 11:57:37 2013 +0100 rtpjitterbuffer: serialize events in the buffer Serialize events into the jitterbuffer by inserting them with a -1 seqnum. Update unit test to expect events from the streaming thread. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=652986