GStreamer Good Plugins 0.10 Plugins Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
"clear-pt-map" : Run Last "request-pt-map" : Run Last "on-bye-ssrc" : Run Last "on-bye-timeout" : Run Last "on-new-ssrc" : Run Last "on-ssrc-collision" : Run Last "on-ssrc-validated" : Run Last "on-timeout" : Run Last
A simple RTP session manager used internally by rtspsrc.
Last reviewed on 2006-06-20 (0.10.4)
"clear-pt-map"
signalvoid user_function (GstRTPDec *gstrtpdec, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"request-pt-map"
signalGstCaps* user_function (GstRTPDec *rtpdec, guint session, guint pt, gpointer user_data) : Run Last
Request the payload type as GstCaps for pt
in session
.
|
the object which received the signal |
|
the session |
|
the pt |
|
user data set when the signal handler was connected. |
"on-bye-ssrc"
signalvoid user_function (GstRTPDec *rtpbin, guint session, guint ssrc, gpointer user_data) : Run Last
Notify of an SSRC that became inactive because of a BYE packet.
|
the object which received the signal |
|
the session |
|
the SSRC |
|
user data set when the signal handler was connected. |
"on-bye-timeout"
signalvoid user_function (GstRTPDec *rtpbin, guint session, guint ssrc, gpointer user_data) : Run Last
Notify of an SSRC that has timed out because of BYE
|
the object which received the signal |
|
the session |
|
the SSRC |
|
user data set when the signal handler was connected. |
"on-new-ssrc"
signalvoid user_function (GstRTPDec *rtpbin, guint session, guint ssrc, gpointer user_data) : Run Last
Notify of a new SSRC that entered session
.
|
the object which received the signal |
|
the session |
|
the SSRC |
|
user data set when the signal handler was connected. |
"on-ssrc-collision"
signalvoid user_function (GstRTPDec *gstrtpdec, guint arg1, guint arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |
"on-ssrc-validated"
signalvoid user_function (GstRTPDec *gstrtpdec, guint arg1, guint arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |
"on-timeout"
signalvoid user_function (GstRTPDec *rtpbin, guint session, guint ssrc, gpointer user_data) : Run Last
Notify of an SSRC that has timed out
|
the object which received the signal |
|
the session |
|
the SSRC |
|
user data set when the signal handler was connected. |