diff --git a/gst-libs/gst/video/gstvideodecoder.c b/gst-libs/gst/video/gstvideodecoder.c index a1942b4660..402bdcb3a5 100644 --- a/gst-libs/gst/video/gstvideodecoder.c +++ b/gst-libs/gst/video/gstvideodecoder.c @@ -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);