mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
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:
parent
4f7b97540f
commit
0eb4d2208e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue