GNOME Bugzilla – Bug 754548
rtpsource: In case of sender, doesn't need to think about probation and rtp gap.
Last modified: 2015-10-02 13:43:04 UTC
update_receiver_stats is handling probation and rtp gap currently. But if this is sender(e.g. rtsp-server), it doesn't need to do that. Currently, the first packet is pushed to the queue(src->packets) and never being popped.
Created attachment 310627 [details] [review] rtpsource: doesn't handle probation and rtp gap in case of sender This just adds flag is_receive and checks it. But diff seems very ugly :(
Comment on attachment 310627 [details] [review] rtpsource: doesn't handle probation and rtp gap in case of sender Makes sense to me but the patch is really a bit ugly :)
Created attachment 312544 [details] [review] rtpsource: doesn't handle probation and rtp gap in case of sender Rebased on the latest master
Comment on attachment 312544 [details] [review] rtpsource: doesn't handle probation and rtp gap in case of sender commit b814d7ed250239e57da2387ec9535852de06749f Author: Hyunjun Ko <zzoon.ko@samsung.com> Date: Fri Oct 2 16:18:15 2015 +0900 rtpsource: doesn't handle probation and rtp gap in case of sender https://bugzilla.gnome.org/show_bug.cgi?id=754548