mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
PadConnect -> PadLink
Original commit message from CVS: PadConnect -> PadLink
This commit is contained in:
parent
a5d085d623
commit
7cbf7d0bcc
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ gst_lame_class_init (GstLameClass *klass)
|
|||
gstelement_class->change_state = gst_lame_change_state;
|
||||
}
|
||||
|
||||
static GstPadConnectReturn
|
||||
static GstPadLinkReturn
|
||||
gst_lame_sinkconnect (GstPad *pad, GstCaps *caps)
|
||||
{
|
||||
GstLame *lame;
|
||||
|
|
Loading…
Reference in a new issue