[gstreamer-bugs] [Bug 618324] rtp payloader don't put the duration on their output buffers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 13 02:46:33 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=618324
  GStreamer | gst-plugins-base | 0.10.19

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.30

--- Comment #3 from Wim Taymans <wim.taymans at gmail.com> 2010-05-13 09:46:27 UTC ---
The last patch seems to work around a bug in the current code. This is what the
code should have done:

commit 3e4bc043a567a954a84397aedb1064b0a1a7de61
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Thu May 13 11:30:27 2010 +0200

    celtpay: fix queue duration calculations

    Don't blindly add the durations of incomming buffers to the total queued
    duration because it might be invalid. Mark the total queued duration
invalid
    when we receive an invalid incomming timestamp because that's when we lose
track
    of the total queued duration.

    Fixes #618324

-- 
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