videodecoder: Remove trailing whitespace

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/910>
This commit is contained in:
Seungha Yang 2020-10-31 03:16:00 +09:00 committed by GStreamer Merge Bot
parent c4cdb6590e
commit 37255eb7dc

View 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);