|  |  |  | GStreamer Good Plugins 1.0 Plugins Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Signals | ||||
| plugin | rtpmanager | 
| author | Wim Taymans <wim.taymans@gmail.com> | 
| class | Demux/Network/RTP | 
| name | rtcp_sink | 
| direction | sink | 
| presence | always | 
| details | application/x-rtcp | 
| name | sink | 
| direction | sink | 
| presence | always | 
| details | application/x-rtp | 
| name | rtcp_src_%u | 
| direction | source | 
| presence | sometimes | 
| details | application/x-rtcp | 
| name | src_%u | 
| direction | source | 
| presence | sometimes | 
| details | application/x-rtp | 
"clear-ssrc" signalvoid                user_function                      (GstRtpSsrcDemux *demux,
                                                        guint            ssrc,
                                                        gpointer         user_data)      : Action
Action signal to remove the pad for SSRC.
| 
 | the object which received the signal | 
| 
 | the SSRC of the pad | 
| 
 | user data set when the signal handler was connected. | 
"new-ssrc-pad" signalvoid                user_function                      (GstRtpSsrcDemux *demux,
                                                        guint            ssrc,
                                                        GstPad          *pad,
                                                        gpointer         user_data)      : Run Last
Emited when a new SSRC pad has been created.
| 
 | the object which received the signal | 
| 
 | the SSRC of the pad | 
| 
 | the new pad. | 
| 
 | user data set when the signal handler was connected. | 
"removed-ssrc-pad" signalvoid                user_function                      (GstRtpSsrcDemux *demux,
                                                        guint            ssrc,
                                                        GstPad          *pad,
                                                        gpointer         user_data)      : Run Last
Emited when a SSRC pad has been removed.
| 
 | the object which received the signal | 
| 
 | the SSRC of the pad | 
| 
 | the removed pad. | 
| 
 | user data set when the signal handler was connected. |