[Bug 701353] rtp timestamps not correct when pausing/seeking

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 4 02:32:50 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=701353
  GStreamer | gst-plugins-base | 1.x

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #6 from Wim Taymans <wim.taymans at gmail.com> 2013-06-04 09:32:47 UTC ---
You can't do this, the element is already processing rtp packets while it goes
from paused to playing and you will end up with some timestamp with and some
without the base-time.

You would have to make the element a live element or no-preroll to make it use
the pipeline clock to adjust the rtp time. It should probably be done in the
session manager so that it can also keep the SR packets consistent with the
modified RTP timestamps.

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