[gstreamer-bugs] [Bug 621018] rtppcmudepay cause crackling with a stream produced by an IP camera
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jun 9 03:17:42 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=621018
GStreamer | gst-plugins-good | git
Zaheer Abbas Merali <zaheermerali> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zaheermerali at gmail.com
--- Comment #5 from Zaheer Abbas Merali <zaheermerali at gmail.com> 2010-06-09 10:17:40 UTC ---
This is played correctly in mplayer and other players. So yes, the input
timestamps in payloading may be screwed up but we should be able to detect at
some point down the line this case where we have the following buffers:
ts a duration x
ts a duration y
ts a+x+y duration z
.
.
.
and adjust to:
ts a duration x
ts a+x duration y
ts a+x+y duration z
without the application having to worry about adding audiorate with relevant
tolerance values.
--
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