mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
videodecoder: Remove trailing whitespace
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/910>
This commit is contained in:
parent
c4cdb6590e
commit
37255eb7dc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue