y4mdec: fix build against -base 1.0.x
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 22 Mar 2013 19:45:44 +0000 (19:45 +0000)
committerTim-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

index e9e55ff92f25f7ba59818e431fd1c51fde31c0b0..a7f9a6b6e3ed598b33622c041b499e758e9a35b6 100644 (file)
@@ -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>