From: Jun Xie Date: Fri, 1 Dec 2017 08:25:32 +0000 (+0800) Subject: decodebin: Fix typo in docs X-Git-Tag: 1.16.2~975 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f88b20397ff4b9ac896b8287548bc5b0e1786dcc;p=platform%2Fupstream%2Fgst-plugins-base.git decodebin: Fix typo in docs https://bugzilla.gnome.org/show_bug.cgi?id=791058 --- diff --git a/gst/playback/gstdecodebin2.c b/gst/playback/gstdecodebin2.c index 1def910..c6e8131 100644 --- a/gst/playback/gstdecodebin2.c +++ b/gst/playback/gstdecodebin2.c @@ -747,7 +747,7 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass) * @pad: The #GstPad. * @caps: The #GstCaps found. * - * This function is emited when an array of possible factories for @caps on + * This signal is emitted when an array of possible factories for @caps on * @pad is needed. Decodebin will by default return an array with all * compatible factories, sorted by rank. * @@ -779,7 +779,7 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass) * @factories: A #GValueArray of possible #GstElementFactory to use. * * Once decodebin has found the possible #GstElementFactory objects to try - * for @caps on @pad, this signal is emited. The purpose of the signal is for + * for @caps on @pad, this signal is emitted. The purpose of the signal is for * the application to perform additional sorting or filtering on the element * factory array. *