decodebin: Fix typo in docs
authorJun Xie <jun.xie@samsung.com>
Fri, 1 Dec 2017 08:25:32 +0000 (16:25 +0800)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 1 Dec 2017 08:03:40 +0000 (10:03 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=791058

gst/playback/gstdecodebin2.c

index 1def910..c6e8131 100644 (file)
@@ -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.
    *