summaryrefslogtreecommitdiff
path: root/gst/gstcompat.h
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2003-01-10 00:09:06 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2003-01-10 00:09:06 +0000
commit41e31089957c2157e585897e10c51eb5aa5966b9 (patch)
treec4b70b454e8aacf22daaaed6219fed7deeac04e9 /gst/gstcompat.h
parent5a74101933e4b374ac01ced21b96724f47ba17c1 (diff)
reverse compat typedefs
Original commit message from CVS: reverse compat typedefs
Diffstat (limited to 'gst/gstcompat.h')
-rw-r--r--gst/gstcompat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstcompat.h b/gst/gstcompat.h
index 3fb3851773..cae8de02fe 100644
--- a/gst/gstcompat.h
+++ b/gst/gstcompat.h
@@ -58,10 +58,10 @@
#define GST_PAD_CONNECT_DELAYED GST_PAD_LINK_DELAYED
#define GST_PAD_CONNECT_OK GST_PAD_LINK_OK
#define GST_PAD_CONNECT_DONE GST_PAD_LINK_DONE
-typedef GstPadConnectReturn GstPadLinkReturn;
+typedef GstPadLinkReturn GstPadConnectReturn;
/* pad function types */
-typedef GstPadConnectFunction GstPadLinkFunction;
+typedef GstPadLinkFunction GstPadConnectFunction;
/* probably not used */
/*