patches/videoparsers: h264parser: more API fences and refresh
[platform/upstream/gstreamer.git] / patches / videoparsers / 0001-h265parse-include-gstvaapiparse.h.patch
1 From a205193cffee9405bc9013416b15d8d1499be6bb Mon Sep 17 00:00:00 2001
2 From: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
3 Date: Thu, 16 Apr 2015 18:04:53 +0300
4 Subject: [PATCH] h265parse: include gstvaapiparse.h
5
6 ---
7  gst/vaapi/gsth265parse.c | 3 ++-
8  1 file changed, 2 insertions(+), 1 deletion(-)
9
10 diff --git a/gst/vaapi/gsth265parse.c b/gst/vaapi/gsth265parse.c
11 index 2d7b997..5942d41 100644
12 --- a/gst/vaapi/gsth265parse.c
13 +++ b/gst/vaapi/gsth265parse.c
14 @@ -22,6 +22,7 @@
15  #  include "config.h"
16  #endif
17
18 +#include "gstvaapiparse.h"
19  #include <gst/base/base.h>
20  #include <gst/pbutils/pbutils.h>
21  #include <gst/video/video.h>
22 @@ -101,7 +102,7 @@ gst_h265_parse_class_init (GstH265ParseClass * klass)
23    GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass);
24    GstElementClass *gstelement_class = GST_ELEMENT_CLASS (klass);
25
26 -  GST_DEBUG_CATEGORY_INIT (h265_parse_debug, "h265parse", 0, "h265 parser");
27 +  GST_DEBUG_CATEGORY_INIT (h265_parse_debug, "vaapiparse_h265", 0, "h265 parser");
28
29    gobject_class->finalize = gst_h265_parse_finalize;
30    gobject_class->set_property = gst_h265_parse_set_property;
31 --
32 1.9.1
33