[Bug 719938] rtpbin: allow dynamic RTP/RTCP encoders and decoders

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 27 14:03:48 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=719938
  GStreamer | gst-plugins-good | git

Olivier Crete (Tester) <olivier.crete> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #9 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2013-12-27 22:03:41 UTC ---
This is needed for the encoder, because we need to count how many bytes were
encoded with the same key to expire it. The same key can be shared across many
sessions, hence the multi-pad API. For the decoder, it doesn't matter, so
srtpdec, you just put one per session. The only reason rtp & rtcp are together
in the same srtpdec instance is that it performs RTP/RTCP demuxing, otherwise
would have made it a simple elemen with a single src and sink pad.

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