mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
[MOVED FROM BAD] PadConnect -> PadLink
Original commit message from CVS: PadConnect -> PadLink
This commit is contained in:
parent
8fdd48d996
commit
9d408bef9e
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ gst_lavencode_class_init (GstLavEncodeClass *klass)
|
|||
gobject_class->get_property = gst_lavencode_get_property;
|
||||
}
|
||||
|
||||
static GstPadConnectReturn
|
||||
static GstPadLinkReturn
|
||||
gst_lavencode_sinkconnect (GstPad *pad, GstCaps *caps)
|
||||
{
|
||||
GstLavEncode *filter;
|
||||
|
|
Loading…
Reference in a new issue