patches/videoparsers: h265parser: rename patch keeping number
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Mon, 14 Sep 2015 17:19:56 +0000 (19:19 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Tue, 15 Sep 2015 17:52:24 +0000 (19:52 +0200)
Refresh the patch and rename it in order to keep the patch number.

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
https://bugzilla.gnome.org/show_bug.cgi?id=754845

patches/videoparsers/0001-h265parse-include-gstvaapiparse.h.patch [deleted file]
patches/videoparsers/0005-h265parse-include-gstvaapiparse.h.patch [new file with mode: 0644]
patches/videoparsers/series.frag

diff --git a/patches/videoparsers/0001-h265parse-include-gstvaapiparse.h.patch b/patches/videoparsers/0001-h265parse-include-gstvaapiparse.h.patch
deleted file mode 100644 (file)
index 613b875..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From a205193cffee9405bc9013416b15d8d1499be6bb Mon Sep 17 00:00:00 2001
-From: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
-Date: Thu, 16 Apr 2015 18:04:53 +0300
-Subject: [PATCH] h265parse: include gstvaapiparse.h
-
----
- gst/vaapi/gsth265parse.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/gst/vaapi/gsth265parse.c b/gst/vaapi/gsth265parse.c
-index 2d7b997..5942d41 100644
---- a/gst/vaapi/gsth265parse.c
-+++ b/gst/vaapi/gsth265parse.c
-@@ -22,6 +22,7 @@
- #  include "config.h"
- #endif
-
-+#include "gstvaapiparse.h"
- #include <gst/base/base.h>
- #include <gst/pbutils/pbutils.h>
- #include <gst/video/video.h>
-@@ -101,7 +102,7 @@ gst_h265_parse_class_init (GstH265ParseClass * klass)
-   GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass);
-   GstElementClass *gstelement_class = GST_ELEMENT_CLASS (klass);
-
--  GST_DEBUG_CATEGORY_INIT (h265_parse_debug, "h265parse", 0, "h265 parser");
-+  GST_DEBUG_CATEGORY_INIT (h265_parse_debug, "vaapiparse_h265", 0, "h265 parser");
-
-   gobject_class->finalize = gst_h265_parse_finalize;
-   gobject_class->set_property = gst_h265_parse_set_property;
---
-1.9.1
-
diff --git a/patches/videoparsers/0005-h265parse-include-gstvaapiparse.h.patch b/patches/videoparsers/0005-h265parse-include-gstvaapiparse.h.patch
new file mode 100644 (file)
index 0000000..75bc8d5
--- /dev/null
@@ -0,0 +1,32 @@
+From 06ab8f433c02590b63e8afdf394a2a1caf570fad Mon Sep 17 00:00:00 2001
+From: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+Date: Thu, 16 Apr 2015 18:04:53 +0300
+Subject: [PATCH 5/6] h265parse: include gstvaapiparse.h
+
+---
+ gst/vaapi/gsth265parse.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/gst/vaapi/gsth265parse.c b/gst/vaapi/gsth265parse.c
+index d649681..5f65ab6 100644
+--- a/gst/vaapi/gsth265parse.c
++++ b/gst/vaapi/gsth265parse.c
+@@ -22,6 +22,7 @@
+ #  include "config.h"
+ #endif
+
++#include "gstvaapiparse.h"
+ #include <gst/base/base.h>
+ #include <gst/pbutils/pbutils.h>
+ #include <gst/video/video.h>
+@@ -100,7 +101,7 @@ gst_h265_parse_class_init (GstH265ParseClass * klass)
+   GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass);
+   GstElementClass *gstelement_class = GST_ELEMENT_CLASS (klass);
+
+-  GST_DEBUG_CATEGORY_INIT (h265_parse_debug, "h265parse", 0, "h265 parser");
++  GST_DEBUG_CATEGORY_INIT (h265_parse_debug, "vaapiparse_h265", 0, "h265 parser");
+
+   gobject_class->finalize = gst_h265_parse_finalize;
+   gobject_class->set_property = gst_h265_parse_set_property;
+--
+2.5.1
index f2934372faef71f4fb7cf49c9ff0b8b85219737a..acc8a2fac9ad60de6c415bb47a55a6a6f8736abe 100644 (file)
@@ -5,5 +5,5 @@ videoparsers_patches_base = \
        0002-h264parse-fix-build-with-older-GStreamer-1.x-stacks.patch  \
         0003-h264parse-default-to-byte-stream-nalu-format-Annex-B.patch \
         0004-h264parse-Disable-3D-video-support-for-GStreamer-1.5.patch \
-        0001-h265parse-include-gstvaapiparse.h.patch \
+        0005-h265parse-include-gstvaapiparse.h.patch \
        $(NULL)