player: fix deprecated api declaration
[platform/upstream/gstreamer.git] / gst-libs / gst / player / player-prelude.h
index 2a8b87e..4b70469 100644 (file)
 # endif
 #endif
 
+#ifndef GST_DISABLE_DEPRECATED
+#define GST_PLAYER_DEPRECATED GST_PLAYER_API
+#define GST_PLAYER_DEPRECATED_FOR(f) GST_PLAYER_API
+#else
+#define GST_PLAYER_DEPRECATED G_DEPRECATED GST_PLAYER_API
+#define GST_PLAYER_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) GST_PLAYER_API
+#endif
+
 #endif /* __GST_PLAYER_PRELUDE_H__ */