gstreamer_core/gst/gst_global.h
changeset 0 0e761a78d257
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gstreamer_core/gst/gst_global.h	Thu Dec 17 08:53:32 2009 +0200
@@ -0,0 +1,27 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*
+*/
+
+
+#ifndef __GST_GLOBAL_H__
+#define __GST_GLOBAL_H__
+
+#define GST_CAT_QOS (*_GST_CAT_QOS())
+#define	GST_CAT_DEFAULT	(*_GST_CAT_DEFAULT())
+#define GST_CAT_EVENT (*_GST_CAT_EVENT())
+#define	__gst_debug_enabled	(*gst_debug_enabled())
+
+#endif /* __GST_GLOBAL_H__ */