vaapisink: Expose the overlay capability for compatibility with dvbsuboverlay.
[platform/upstream/gstreamer.git] / gst / vaapi / gstvaapiparse.h
1 /*
2  *  gstvaapiparse.h - Recent enough GStreamer video parsers
3  *
4  *  Copyright (C) 2014 Intel Corporation
5  *
6  *  This library is free software; you can redistribute it and/or
7  *  modify it under the terms of the GNU Lesser General Public License
8  *  as published by the Free Software Foundation; either version 2.1
9  *  of the License, or (at your option) any later version.
10  *
11  *  This library is distributed in the hope that it will be useful,
12  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  *  Lesser General Public License for more details.
15  *
16  *  You should have received a copy of the GNU Lesser General Public
17  *  License along with this library; if not, write to the Free
18  *  Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19  *  Boston, MA 02110-1301 USA
20  */
21
22 #ifndef GST_VAAPI_PARSE_H
23 #define GST_VAAPI_PARSE_H
24
25 /* vaapiparse_h264 */
26 #define _GstH264Parse                   _GstVaapiH264Parse
27 #define GstH264Parse                    GstVaapiH264Parse
28 #define _GstH264ParseClass              _GstVaapiH264ParseClass
29 #define GstH264ParseClass               GstVaapiH264ParseClass
30 #define gst_h264_parse                  gst_vaapi_h264_parse
31 #define gst_h264_parse_init             gst_vaapi_h264_parse_init
32 #define gst_h264_parse_class_init       gst_vaapi_h264_parse_class_init
33 #define gst_h264_parse_parent_class     gst_vaapi_h264_parse_parent_class
34 #define gst_h264_parse_get_type         gst_vaapi_h264_parse_get_type
35
36 /* vaapiparse_h265 */
37 #define _GstH265Parse                   _GstVaapiH265Parse
38 #define GstH265Parse                    GstVaapiH265Parse
39 #define _GstH265ParseClass              _GstVaapiH265ParseClass
40 #define GstH265ParseClass               GstVaapiH265ParseClass
41 #define gst_h265_parse                  gst_vaapi_h265_parse
42 #define gst_h265_parse_init             gst_vaapi_h265_parse_init
43 #define gst_h265_parse_class_init       gst_vaapi_h265_parse_class_init
44 #define gst_h265_parse_parent_class     gst_vaapi_h265_parse_parent_class
45 #define gst_h265_parse_get_type         gst_vaapi_h265_parse_get_type
46
47 #endif /* GST_VAAPI_PARSE_H */