After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 682055 - rtspsrc: make jitterbuffer drop-on-latency available
rtspsrc: make jitterbuffer drop-on-latency available
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.30
Other Linux
: Normal normal
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-16 23:46 UTC by Aleix Conchillo Flaqué
Modified: 2012-08-22 08:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make drop-on-latency available (6.59 KB, patch)
2012-08-16 23:47 UTC, Aleix Conchillo Flaqué
none Details | Review
make drop-on-latency available (7.08 KB, patch)
2012-08-16 23:52 UTC, Aleix Conchillo Flaqué
none Details | Review
make drop-on-latency available (new) (7.45 KB, patch)
2012-08-21 01:45 UTC, Aleix Conchillo Flaqué
none Details | Review

Description Aleix Conchillo Flaqué 2012-08-16 23:46:03 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.
Comment 1 Aleix Conchillo Flaqué 2012-08-16 23:47:26 UTC
Created attachment 221530 [details] [review]
make drop-on-latency available

This patch makes gstrtpjitterbuffer drop-on-latency property available to rtspsrc and rtpbin.
Comment 2 Aleix Conchillo Flaqué 2012-08-16 23:52:48 UTC
Created attachment 221531 [details] [review]
make drop-on-latency available

Sorry, this one now follows coding standards.
Comment 3 Aleix Conchillo Flaqué 2012-08-21 01:45:45 UTC
Created attachment 221948 [details] [review]
make drop-on-latency available (new)

Missed initial g_object_set for drop-on-latency.
Comment 4 Wim Taymans 2012-08-22 08:36:20 UTC
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)