projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9728cbc
)
y4mdec: fix build against -base 1.0.x
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Fri, 22 Mar 2013 19:45:44 +0000
(19:45 +0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Fri, 22 Mar 2013 19:45:44 +0000
(19:45 +0000)
The libs in the 1.0 branch don't have single global includes.
gst/y4m/gsty4mdec.c
patch
|
blob
|
history
diff --git
a/gst/y4m/gsty4mdec.c
b/gst/y4m/gsty4mdec.c
index e9e55ff92f25f7ba59818e431fd1c51fde31c0b0..a7f9a6b6e3ed598b33622c041b499e758e9a35b6 100644
(file)
--- a/
gst/y4m/gsty4mdec.c
+++ b/
gst/y4m/gsty4mdec.c
@@
-35,6
+35,8
@@
#include <gst/gst.h>
#include <gst/video/video.h>
+#include <gst/video/gstvideometa.h>
+#include <gst/video/gstvideopool.h>
#include "gsty4mdec.h"
#include <stdlib.h>