summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-01-26 11:49:40 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-01 12:21:56 +0100
commite387ad53881984920eebb677a8457ccf5d8ee37b (patch)
treed017c4257d6899b72ffced55575d26235524fd3c
parentc8d6febfab1ccfc46ec6cf70b9cb62761c9cf075 (diff)
Remove more video parser crufts
This header is not used anymore since it declares parsers that are already in GStreamer 1.6 Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-rw-r--r--gst/vaapi/gstvaapiparse.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/gst/vaapi/gstvaapiparse.h b/gst/vaapi/gstvaapiparse.h
deleted file mode 100644
index 8983c866..00000000
--- a/gst/vaapi/gstvaapiparse.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * gstvaapiparse.h - Recent enough GStreamer video parsers
- *
- * Copyright (C) 2014 Intel Corporation
- *
- * 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.
- *
- * This library is distributed in the hope that it will be useful,
- * 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.
- *
- * 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
- */
-
-#ifndef GST_VAAPI_PARSE_H
-#define GST_VAAPI_PARSE_H
-
-/* vaapiparse_h264 */
-#define _GstH264Parse _GstVaapiH264Parse
-#define GstH264Parse GstVaapiH264Parse
-#define _GstH264ParseClass _GstVaapiH264ParseClass
-#define GstH264ParseClass GstVaapiH264ParseClass
-#define gst_h264_parse gst_vaapi_h264_parse
-#define gst_h264_parse_init gst_vaapi_h264_parse_init
-#define gst_h264_parse_class_init gst_vaapi_h264_parse_class_init
-#define gst_h264_parse_parent_class gst_vaapi_h264_parse_parent_class
-#define gst_h264_parse_get_type gst_vaapi_h264_parse_get_type
-
-/* vaapiparse_h265 */
-#define _GstH265Parse _GstVaapiH265Parse
-#define GstH265Parse GstVaapiH265Parse
-#define _GstH265ParseClass _GstVaapiH265ParseClass
-#define GstH265ParseClass GstVaapiH265ParseClass
-#define gst_h265_parse gst_vaapi_h265_parse
-#define gst_h265_parse_init gst_vaapi_h265_parse_init
-#define gst_h265_parse_class_init gst_vaapi_h265_parse_class_init
-#define gst_h265_parse_parent_class gst_vaapi_h265_parse_parent_class
-#define gst_h265_parse_get_type gst_vaapi_h265_parse_get_type
-
-#endif /* GST_VAAPI_PARSE_H */