diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-10 13:38:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-10 13:38:32 +0000 |
commit | 8e3c533fcf5c7dfc365871c3601008a0cb06ce42 (patch) | |
tree | e0073ff6181158d646c682d8b30ea5ac576a6d0b /ext/libfame | |
parent | 177c0e8da2b074fb797c16f674dcd6544579e454 (diff) | |
download | gst-plugins-bad-8e3c533fcf5c7dfc365871c3601008a0cb06ce42.tar.gz gst-plugins-bad-8e3c533fcf5c7dfc365871c3601008a0cb06ce42.tar.bz2 gst-plugins-bad-8e3c533fcf5c7dfc365871c3601008a0cb06ce42.zip |
PadConnect -> PadLink
Original commit message from CVS:
PadConnect -> PadLink
Diffstat (limited to 'ext/libfame')
-rw-r--r-- | ext/libfame/gstfamedec.c | 2 | ||||
-rw-r--r-- | ext/libfame/gstlibfame.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/libfame/gstfamedec.c b/ext/libfame/gstfamedec.c index d46dfb5e..abab52bc 100644 --- a/ext/libfame/gstfamedec.c +++ b/ext/libfame/gstfamedec.c @@ -297,7 +297,7 @@ gst_famedec_class_init (GstFameEncClass *klass) 0, 1024*1024, FAMEENC_BUFFER_SIZE, G_PARAM_READWRITE)); } -static GstPadConnectReturn +static GstPadLinkReturn gst_famedec_sinkconnect (GstPad *pad, GstCaps *caps) { gint width, height; diff --git a/ext/libfame/gstlibfame.c b/ext/libfame/gstlibfame.c index a3a99764..fdeaaa7f 100644 --- a/ext/libfame/gstlibfame.c +++ b/ext/libfame/gstlibfame.c @@ -296,7 +296,7 @@ gst_fameenc_class_init (GstFameEncClass *klass) 0, 1024*1024, FAMEENC_BUFFER_SIZE, G_PARAM_READWRITE)); } -static GstPadConnectReturn +static GstPadLinkReturn gst_fameenc_sinkconnect (GstPad *pad, GstCaps *caps) { gint width, height; |