![]() |
![]() |
![]() |
GStreamer Good Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
GstRTPDec;
void user_function (GstRTPDec *gstrtpdec, gpointer user_data) : Run Last
gstrtpdec : |
the object which received the signal. |
user_data : |
user data set when the signal handler was connected. |
GstCaps* user_function (GstRTPDec *rtpdec, guint session, guint pt, gpointer user_data) : Run Last
Request the payload type as GstCaps for pt
in session
.
rtpdec : |
the object which received the signal |
session : |
the session |
pt : |
the pt |
user_data : |
user data set when the signal handler was connected. |