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 | c2a01f482c7ff39d41e20264df2ca92cd60bc883 (patch) | |
tree | 3343e5e11d828e153c01027b6751df772deea4d3 /sys/oss/gstosssink.c | |
parent | be876ae57756d21690adfc29cc16c1791643be23 (diff) |
PadConnect -> PadLink
Original commit message from CVS:
PadConnect -> PadLink
Diffstat (limited to 'sys/oss/gstosssink.c')
-rw-r--r-- | sys/oss/gstosssink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/oss/gstosssink.c b/sys/oss/gstosssink.c index 56b95e9a..63950051 100644 --- a/sys/oss/gstosssink.c +++ b/sys/oss/gstosssink.c @@ -55,7 +55,7 @@ static gboolean gst_osssink_query (GstElement *element, GstQueryType type, static gboolean gst_osssink_sink_query (GstPad *pad, GstQueryType type, GstFormat *format, gint64 *value); -static GstPadConnectReturn gst_osssink_sinkconnect (GstPad *pad, GstCaps *caps); +static GstPadLinkReturn gst_osssink_sinkconnect (GstPad *pad, GstCaps *caps); static void gst_osssink_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec); @@ -230,7 +230,7 @@ gst_osssink_init (GstOssSink *osssink) } -static GstPadConnectReturn +static GstPadLinkReturn gst_osssink_sinkconnect (GstPad *pad, GstCaps *caps) { GstOssSink *osssink = GST_OSSSINK (gst_pad_get_parent (pad)); |