mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
PadConnect -> PadLink
Original commit message from CVS: PadConnect -> PadLink
This commit is contained in:
parent
40178ff684
commit
b6adcea171
2 changed files with 3 additions and 3 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;
|
||||
|
|
|
@ -130,7 +130,7 @@ static void gst_synaesthesia_get_property (GObject *object, guint prop_id,
|
|||
|
||||
static void gst_synaesthesia_chain (GstPad *pad, GstBuffer *buf);
|
||||
|
||||
static GstPadConnectReturn
|
||||
static GstPadLinkReturn
|
||||
gst_synaesthesia_sinkconnect (GstPad *pad, GstCaps *caps);
|
||||
|
||||
static GstElementClass *parent_class = NULL;
|
||||
|
@ -207,7 +207,7 @@ gst_synaesthesia_init (GstSynaesthesia *synaesthesia)
|
|||
|
||||
}
|
||||
|
||||
static GstPadConnectReturn
|
||||
static GstPadLinkReturn
|
||||
gst_synaesthesia_sinkconnect (GstPad *pad, GstCaps *caps)
|
||||
{
|
||||
GstSynaesthesia *synaesthesia;
|
||||
|
|
Loading…
Reference in a new issue