videodecoder: Remove trailing whitespace
authorSeungha Yang <seungha@centricular.com>
Fri, 30 Oct 2020 18:16:00 +0000 (03:16 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 2 Nov 2020 14:11:52 +0000 (14:11 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/910>

gst-libs/gst/video/gstvideodecoder.c

index a1942b4..402bdcb 100644 (file)
@@ -3461,7 +3461,7 @@ gst_video_decoder_clip_and_push_buf (GstVideoDecoder * decoder, GstBuffer * buf)
   }
 #endif
 
-  /* release STREAM_LOCK not to block upstream 
+  /* release STREAM_LOCK not to block upstream
    * while pushing buffer downstream */
   GST_VIDEO_DECODER_STREAM_UNLOCK (decoder);
   ret = gst_pad_push (decoder->srcpad, buf);