vaapidecode: re-indent (gst-indent) gstvaapidecode.c
[platform/upstream/gstreamer.git] / gst / vaapi / gstvaapivideometa_texture.h
1 /*
2  *  gstvaapivideometa_texture.h - GStreamer/VA video meta (GLTextureUpload)
3  *
4  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
5  *    Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
6  *  Copyright (C) 2011-2013 Intel Corporation
7  *    Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
8  *  Copyright (C) 2013 Igalia
9  *    Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
10  *
11  *  This library is free software; you can redistribute it and/or
12  *  modify it under the terms of the GNU Lesser General Public License
13  *  as published by the Free Software Foundation; either version 2.1
14  *  of the License, or (at your option) any later version.
15  *
16  *  This library is distributed in the hope that it will be useful,
17  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
18  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19  *  Lesser General Public License for more details.
20  *
21  *  You should have received a copy of the GNU Lesser General Public
22  *  License along with this library; if not, write to the Free
23  *  Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24  *  Boston, MA 02110-1301 USA
25  */
26
27 #ifndef GST_VAAPI_VIDEO_META_TEXTURE_H
28 #define GST_VAAPI_VIDEO_META_TEXTURE_H
29
30 #include <gst/vaapi/gstvaapitexture.h>
31
32 G_BEGIN_DECLS
33
34 typedef struct _GstVaapiVideoMetaTexture GstVaapiVideoMetaTexture;
35
36 G_GNUC_INTERNAL
37 gboolean
38 gst_buffer_add_texture_upload_meta (GstBuffer * buffer);
39
40 G_GNUC_INTERNAL
41 gboolean
42 gst_buffer_ensure_texture_upload_meta (GstBuffer * buffer);
43
44 G_END_DECLS
45
46 #endif /* GST_VAAPI_VIDEO_META_TEXTURE_H */