From 6350c35352adb37a3c4b7e3dd6e9bf73d6572bbf Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 11 Mar 2015 16:55:14 +1100 Subject: [PATCH] Remove a bunch of silly ';;' typos at the end of lines --- gst-libs/gst/gl/egl/gsteglimagememory.c | 2 +- gst-libs/gst/gl/gstglfilter.c | 2 +- gst-libs/gst/gl/gstglutils.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/gl/egl/gsteglimagememory.c b/gst-libs/gst/gl/egl/gsteglimagememory.c index c78bed1..eb45830 100644 --- a/gst-libs/gst/gl/egl/gsteglimagememory.c +++ b/gst-libs/gst/gl/egl/gsteglimagememory.c @@ -194,7 +194,7 @@ static gpointer gst_egl_image_allocator_init_instance (gpointer data) { GstAllocator *allocator = - g_object_new (gst_egl_image_allocator_get_type (), NULL);; + g_object_new (gst_egl_image_allocator_get_type (), NULL); GST_DEBUG_CATEGORY_INIT (GST_CAT_EGL_IMAGE_MEMORY, "eglimagememory", 0, "EGLImage Memory"); diff --git a/gst-libs/gst/gl/gstglfilter.c b/gst-libs/gst/gl/gstglfilter.c index 7a9a3aa..0c3abde 100644 --- a/gst-libs/gst/gl/gstglfilter.c +++ b/gst-libs/gst/gl/gstglfilter.c @@ -238,7 +238,7 @@ gst_gl_filter_query (GstBaseTransform * trans, GstPadDirection direction, } return GST_BASE_TRANSFORM_CLASS (parent_class)->query (trans, direction, - query);; + query); } static void diff --git a/gst-libs/gst/gl/gstglutils.c b/gst-libs/gst/gl/gstglutils.c index 3b9a829..b021abf 100644 --- a/gst-libs/gst/gl/gstglutils.c +++ b/gst-libs/gst/gl/gstglutils.c @@ -290,7 +290,7 @@ gst_gl_generate_texture_full (GstGLContext * context, const GstVideoInfo * info, case GST_VIDEO_FORMAT_Y42B: case GST_VIDEO_FORMAT_Y41B: { - stride[comp] = GST_ROUND_UP_4 (GST_VIDEO_INFO_COMP_WIDTH (info, comp));; + stride[comp] = GST_ROUND_UP_4 (GST_VIDEO_INFO_COMP_WIDTH (info, comp)); size[comp] = stride[comp] * GST_VIDEO_INFO_COMP_HEIGHT (info, comp); if (comp == 0) offset[0] = 0; -- 2.7.4