[Bug 722372] rtpjitterbuffer: Got data flow before stream-start event

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 16 17:40:44 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=722372
  GStreamer | gst-plugins-good | git

--- Comment #8 from Aleix Conchillo Flaqué <aleix at oblong.com> 2014-01-17 01:40:38 UTC ---
Created an attachment (id=266512)
 View: https://bugzilla.gnome.org/attachment.cgi?id=266512
 Review: https://bugzilla.gnome.org/review?bug=722372&attachment=266512

do not drop events when latency is set

The bug seems was introduced in the commit below. Serialized events are now
queued in the jitter buffer. When latency is set the events are drop.

This patch doesn't drop events even latency is set.

----

eee515cb2c1367b4bd60f3e19251f42c3edd6ffe is the first bad commit
commit eee515cb2c1367b4bd60f3e19251f42c3edd6ffe
Author: Wim Taymans <wtaymans at 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

:040000 040000 a049aaedf7cd696f8db6623796e1949904903561
622211fe4c0ab8a32214163119e0406f52a5bb43 M    gst
:040000 040000 d417324e3be002a6a5977d1c8ff6fc2765279d80
f0dcf2b2546831bec8c0a443ed209ef8c17953ff M    tests

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list