mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
reverse compat typedefs
Original commit message from CVS: reverse compat typedefs
This commit is contained in:
parent
5a74101933
commit
41e3108995
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue