rtpsession: Fix signal name
authorSebastian Dröge <sebastian@centricular.com>
Fri, 30 Jan 2015 17:22:31 +0000 (18:22 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 30 Jan 2015 17:22:31 +0000 (18:22 +0100)
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.

gst/rtpmanager/rtpsession.c

index cdcd686..a93523a 100644 (file)
@@ -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);