From 9c8815566e8d1391111ab5cbe9bdf7c191e7ad3e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 28 Nov 2005 17:42:57 +0000 Subject: [PATCH] include the right header Original commit message from CVS: include the right header --- gst-libs/gst/video/gstvideosink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/gstvideosink.c b/gst-libs/gst/video/gstvideosink.c index e716951b7c..71a71f5e3d 100644 --- a/gst-libs/gst/video/gstvideosink.c +++ b/gst-libs/gst/video/gstvideosink.c @@ -23,7 +23,7 @@ #include "config.h" #endif -#include "videosink.h" +#include "gstvideosink.h" static GstElementClass *parent_class = NULL;