gstreamer/gst-libs/gst/vaapi/gstvaapidebug.h

33 lines
1.1 KiB
C
Raw Normal View History

2010-01-25 16:15:01 +00:00
/*
* gstvaapidebug.h - VA-API debugging utilities
2010-01-25 16:15:01 +00:00
*
* gstreamer-vaapi (C) 2010 Splitted-Desktop Systems
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1
* of the License, or (at your option) any later version.
2010-01-25 16:15:01 +00:00
*
* This library is distributed in the hope that it will be useful,
2010-01-25 16:15:01 +00:00
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
2010-01-25 16:15:01 +00:00
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
2010-01-25 16:15:01 +00:00
*/
2010-03-16 09:18:57 +00:00
#ifndef GST_VAAPI_DEBUG_H
#define GST_VAAPI_DEBUG_H
2010-01-25 16:15:01 +00:00
#include <gst/gstinfo.h>
2010-01-25 16:15:01 +00:00
#if DEBUG
2010-03-10 13:13:51 +00:00
GST_DEBUG_CATEGORY_EXTERN(gst_debug_vaapi);
#define GST_CAT_DEFAULT gst_debug_vaapi
#endif
2010-03-10 13:13:51 +00:00
2010-03-16 09:18:57 +00:00
#endif /* GST_VAAPI_DEBUG_H */