window: re-indent all GstVaapiWindow related source code.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapiwindow_wayland.h
1 /*
2  *  gstvaapiwindow_wayland.h - VA/Wayland window abstraction
3  *
4  *  Copyright (C) 2012-2013 Intel Corporation
5  *    Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
6  *    Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
7  *
8  *  This library is free software; you can redistribute it and/or
9  *  modify it under the terms of the GNU Lesser General Public License
10  *  as published by the Free Software Foundation; either version 2.1
11  *  of the License, or (at your option) any later version.
12  *
13  *  This library is distributed in the hope that it will be useful,
14  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  *  Lesser General Public License for more details.
17  *
18  *  You should have received a copy of the GNU Lesser General Public
19  *  License along with this library; if not, write to the Free
20  *  Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21  *  Boston, MA 02110-1301 USA
22  */
23
24 #ifndef GST_VAAPI_WINDOW_WAYLAND_H
25 #define GST_VAAPI_WINDOW_WAYLAND_H
26
27 #include <wayland-client.h>
28 #include <gst/vaapi/gstvaapidisplay.h>
29 #include <gst/vaapi/gstvaapiwindow.h>
30
31 G_BEGIN_DECLS
32
33 typedef struct _GstVaapiWindowWayland GstVaapiWindowWayland;
34
35 GstVaapiWindow *
36 gst_vaapi_window_wayland_new (GstVaapiDisplay * display, guint width,
37     guint height);
38
39 G_END_DECLS
40
41 #endif /* GST_VAAPI_WINDOW_WAYLAND_H */