patches/videoparsers: Fix the wrong source file path
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Fri, 7 Aug 2015 05:41:57 +0000 (08:41 +0300)
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>
Fri, 7 Aug 2015 05:42:46 +0000 (08:42 +0300)
This is something wrongly typed in commit 6d7b631

patches/videoparsers/0002-h264parse-fix-build-with-older-GStreamer-1.x-stacks.patch

index 6688269..d044608 100644 (file)
@@ -4,14 +4,14 @@ Date: Tue, 21 Jul 2015 13:01:06 +0300
 Subject: [PATCH 2/2] h264parse: fix build with older GStreamer 1.x stacks
 
 ---
- gst/videoparsers/gsth264parse.c | 2 ++
- gst/videoparsers/gsth264parse.h | 1 +
+ gst/vaapi/gsth264parse.c | 2 ++
+ gst/vaapi/gsth264parse.h | 1 +
  2 files changed, 3 insertions(+)
 
-diff --git a/gst/videoparsers/gsth264parse.c b/gst/videoparsers/gsth264parse.c
+diff --git a/gst/vaapi/gsth264parse.c b/gst/vaapi/gsth264parse.c
 index 9e74f2d..b6fd35b 100644
---- a/gst/videoparsers/gsth264parse.c
-+++ b/gst/videoparsers/gsth264parse.c
+--- a/gst/vaapi/gsth264parse.c
++++ b/gst/vaapi/gsth264parse.c
 @@ -165,7 +165,9 @@ gst_h264_parse_init (GstH264Parse * h264parse)
  {
    h264parse->frame_out = gst_adapter_new ();
@@ -22,10 +22,10 @@ index 9e74f2d..b6fd35b 100644
  }
  
  
-diff --git a/gst/videoparsers/gsth264parse.h b/gst/videoparsers/gsth264parse.h
+diff --git a/gst/vaapi/gsth264parse.h b/gst/vaapi/gsth264parse.h
 index 58d818c..617e616 100644
---- a/gst/videoparsers/gsth264parse.h
-+++ b/gst/videoparsers/gsth264parse.h
+--- a/gst/vaapi/gsth264parse.h
++++ b/gst/vaapi/gsth264parse.h
 @@ -27,6 +27,7 @@
  
  #include <gst/gst.h>