[Bug 746387] srtp: Add support for buffer list in srtpenc and srtpdec

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 28 14:40:12 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=746387

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |olivier.crete at ocrete.ca
         Resolution|FIXED                       |---
           Severity|enhancement                 |blocker

--- Comment #29 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
The srtpdec patch is all bad and should be reverted or re-written.

You can't assume that all buffers in a buffer list are RTP or RTCP and you
can't assume they all have ther same SSRC. You must instead basically do all
the processing that the single buffer function does on each buffer
independently. And then create two buffer lists, one for RTP buffers ane one
for RTCP buffers and then push them out on the separate pads.

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