summaryrefslogtreecommitdiffstats
path: root/gst/level
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-10 13:38:32 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-10 13:38:32 +0000
commitc2a01f482c7ff39d41e20264df2ca92cd60bc883 (patch)
tree3343e5e11d828e153c01027b6751df772deea4d3 /gst/level
parentbe876ae57756d21690adfc29cc16c1791643be23 (diff)
PadConnect -> PadLink
Original commit message from CVS: PadConnect -> PadLink
Diffstat (limited to 'gst/level')
-rw-r--r--gst/level/gstlevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c
index 55e9ff5b..c762d8e1 100644
--- a/gst/level/gstlevel.c
+++ b/gst/level/gstlevel.c
@@ -120,7 +120,7 @@ gst_level_get_type (void)
return level_type;
}
-static GstPadConnectReturn
+static GstPadLinkReturn
gst_level_connect (GstPad *pad, GstCaps *caps)
{
GstLevel *filter;