From: Ronald S. Bultje Date: Sun, 26 Jan 2003 16:25:59 +0000 (+0000) Subject: Someone forgot to fix this connect->link thingy - can this go into 0.6.0 please? X-Git-Tag: OSLOSUMMIT1-200303051~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0eb4d2208e9cac04034228ab54ac43ce0fc114cb;p=platform%2Fupstream%2Fgst-plugins-good.git Someone forgot to fix this connect->link thingy - can this go into 0.6.0 please? Original commit message from CVS: Someone forgot to fix this connect->link thingy - can this go into 0.6.0 please? --- diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index e1821c0..d46051a 100644 --- a/gst/avi/gstavimux.c +++ b/gst/avi/gstavimux.c @@ -530,7 +530,7 @@ gst_avimux_request_new_pad (GstElement *element, return NULL; } - g_signal_connect(newpad, "connected", + g_signal_connect(newpad, "linked", G_CALLBACK(gst_avimux_pad_connect), (gpointer)avimux); g_signal_connect(newpad, "unlinked", G_CALLBACK(gst_avimux_pad_unlink), (gpointer)avimux);