summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/video/gstvideosink.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-01 16:17:21 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-01 16:17:21 +0000
commitf26bbe9de8bffd9eb523648428d001917330a990 (patch)
tree17e743c2839709581c991ed042da155801637b9f /gst-libs/gst/video/gstvideosink.c
parent92084004e68c3dcb69059c644dd659a378dc1706 (diff)
downloadgst-plugins-bad-f26bbe9de8bffd9eb523648428d001917330a990.tar.gz
gst-plugins-bad-f26bbe9de8bffd9eb523648428d001917330a990.tar.bz2
gst-plugins-bad-f26bbe9de8bffd9eb523648428d001917330a990.zip
fix plugin names move gstvideosink.h to videosink.h
Original commit message from CVS: fix plugin names move gstvideosink.h to videosink.h
Diffstat (limited to 'gst-libs/gst/video/gstvideosink.c')
-rw-r--r--gst-libs/gst/video/gstvideosink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/gstvideosink.c b/gst-libs/gst/video/gstvideosink.c
index ca7cc51a..15f27c16 100644
--- a/gst-libs/gst/video/gstvideosink.c
+++ b/gst-libs/gst/video/gstvideosink.c
@@ -22,7 +22,7 @@
#include "config.h"
#endif
-#include "gstvideosink.h"
+#include "videosink.h"
static GstElementClass *parent_class = NULL;