mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
rtpsession: Fix signal name
This wasn't meant to be pushed at all yet, but now that it's there already it won't hurt to make it correct at least.
This commit is contained in:
parent
ec99bbb5e1
commit
075eb10e65
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ rtp_session_class_init (RTPSessionClass * klass)
|
|||
* Since: 1.6
|
||||
*/
|
||||
rtp_session_signals[SIGNAL_ON_RECEIVING_RTCP] =
|
||||
g_signal_new ("on-sending-rtcp", G_TYPE_FROM_CLASS (klass),
|
||||
g_signal_new ("on-receiving-rtcp", G_TYPE_FROM_CLASS (klass),
|
||||
G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (RTPSessionClass, on_receiving_rtcp),
|
||||
NULL, NULL, g_cclosure_marshal_generic, G_TYPE_NONE, 1,
|
||||
GST_TYPE_BUFFER | G_SIGNAL_TYPE_STATIC_SCOPE);
|
||||
|
|
Loading…
Reference in a new issue