[gstreamer-bugs] [Bug 325148] New: Bugs in G711 RTP packetization logic
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Wed Dec 28 07:08:05 PST 2005
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=325148
GStreamer | gst-plugins-good | Ver: HEAD CVS
Summary: Bugs in G711 RTP packetization logic
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: kv2004 at eca.cx
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
The current code has the following problems:
- does not take baseclass max_ptime property into account
- does not have a lower limit for ptime (limit for how small packets to send
forward)
- minor bug in setting payload_len (payloadlen is given to
gst_rtp_buffer_calc_payload_len() which subtracts header size)
Note: ptime = packetization interval, i.e. how many msecs of audio to put in
one
packet
Steps to reproduce:
1.
2.
3.
Actual results:
Expected results:
Does this happen every time?
Other information:
--
Configure bugmail: http://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