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?
This commit is contained in:
Ronald S. Bultje 2003-01-26 16:25:59 +00:00
parent 4f7b97540f
commit 0eb4d2208e

View file

@ -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);