From 41e31089957c2157e585897e10c51eb5aa5966b9 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Fri, 10 Jan 2003 00:09:06 +0000 Subject: [PATCH] reverse compat typedefs Original commit message from CVS: reverse compat typedefs --- gst/gstcompat.h | 4 ++-- 1 file 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 */ /*