summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video/gstvideosink.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-15 19:32:28 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-15 19:32:28 +0000
commitf83cb187de417a9043b46edf710a54874ba917a3 (patch)
tree6344616f73e58bf46715879a44f2e7ed55560fb0 /gst-libs/gst/video/gstvideosink.c
parent8392245d807cf74a5020b0909ad72dc3bfbec356 (diff)
don't mix tabs and spaces
Original commit message from CVS: don't mix tabs and spaces
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 2acf7e573f..45ed37268c 100644
--- a/gst-libs/gst/video/gstvideosink.c
+++ b/gst-libs/gst/video/gstvideosink.c
@@ -83,7 +83,7 @@ gst_videosink_get_type (void)
};
videosink_type = g_type_register_static (GST_TYPE_ELEMENT,
- "GstVideoSink", &videosink_info, 0);
+ "GstVideoSink", &videosink_info, 0);
}
return videosink_type;