From: Wonchul Lee Date: Sat, 15 Jun 2019 01:41:29 +0000 (+0900) Subject: videodecoder: Fix typo in documentation X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afcfb22f835823b80dcfe0257451fffeb09c4ed7;p=platform%2Fupstream%2Fgst-plugins-base.git videodecoder: Fix typo in documentation --- diff --git a/gst-libs/gst/video/gstvideodecoder.c b/gst-libs/gst/video/gstvideodecoder.c index 4ede7bf..d6c2b51 100644 --- a/gst-libs/gst/video/gstvideodecoder.c +++ b/gst-libs/gst/video/gstvideodecoder.c @@ -90,7 +90,7 @@ * * The subclass is responsible for providing pad template caps for * source and sink pads. The pads need to be named "sink" and "src". It also - * needs to provide information about the ouptput caps, when they are known. + * needs to provide information about the output caps, when they are known. * This may be when the base class calls the subclass' @set_format function, * though it might be during decoding, before calling * @gst_video_decoder_finish_frame. This is done via