GNOME Bugzilla – Bug 682055
rtspsrc: make jitterbuffer drop-on-latency available
Last modified: 2012-08-22 08:36:20 UTC
A good way to drop packets from RTP when there's latency is to use gstrtpjitterbuffer drop-on-latency property. However this property is not accessible via rtspsrc element.
Created attachment 221530 [details] [review] make drop-on-latency available This patch makes gstrtpjitterbuffer drop-on-latency property available to rtspsrc and rtpbin.
Created attachment 221531 [details] [review] make drop-on-latency available Sorry, this one now follows coding standards.
Created attachment 221948 [details] [review] make drop-on-latency available (new) Missed initial g_object_set for drop-on-latency.
commit 9523b1fc1f4c78fb54a87dd228beaad2ff9aea26 Author: Aleix Conchillo Flaque <aleix@oblong.com> Date: Thu Aug 16 16:51:16 2012 -0700 rtspsrc: make jitterbuffer drop-on-latency available (fix #682055)