Opened 8 years ago
Closed 8 years ago
#1977 closed enhancement (fixed)
Add attach2() and pjmedia_transport_attach2() to pjmedia transport interface
Reported by: | riza | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.6 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
This patch adds a attach2() member function to pjmedia_transport_op
and the corresponding pjmedia_transport_attach2() function.
These new functions take an additional parameter for the media stream and type.
This allows all transport adapters in the chain to have access to the
media stream and type.
Thanks to Kal (b17 c0de) for the original patch.
Change History (2)
comment:1 Changed 8 years ago by riza
comment:2 Changed 8 years ago by riza
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5478: