PadConnect -> PadLink
Original commit message from CVS: PadConnect -> PadLink
This commit is contained in:
parent
40178ff684
commit
b6adcea171
@ -326,7 +326,7 @@ gst_lame_class_init (GstLameClass *klass)
|
|||||||
gstelement_class->change_state = gst_lame_change_state;
|
gstelement_class->change_state = gst_lame_change_state;
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstPadConnectReturn
|
static GstPadLinkReturn
|
||||||
gst_lame_sinkconnect (GstPad *pad, GstCaps *caps)
|
gst_lame_sinkconnect (GstPad *pad, GstCaps *caps)
|
||||||
{
|
{
|
||||||
GstLame *lame;
|
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 void gst_synaesthesia_chain (GstPad *pad, GstBuffer *buf);
|
||||||
|
|
||||||
static GstPadConnectReturn
|
static GstPadLinkReturn
|
||||||
gst_synaesthesia_sinkconnect (GstPad *pad, GstCaps *caps);
|
gst_synaesthesia_sinkconnect (GstPad *pad, GstCaps *caps);
|
||||||
|
|
||||||
static GstElementClass *parent_class = NULL;
|
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)
|
gst_synaesthesia_sinkconnect (GstPad *pad, GstCaps *caps)
|
||||||
{
|
{
|
||||||
GstSynaesthesia *synaesthesia;
|
GstSynaesthesia *synaesthesia;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user