docs: Fix typos
authorTim-Philipp Müller <tim@centricular.com>
Tue, 22 May 2018 12:59:58 +0000 (13:59 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 22 May 2018 13:10:03 +0000 (14:10 +0100)
gst-libs/gst/app/gstappsink.c
gst/playback/gstparsebin.c
gst/playback/gsturidecodebin.c

index 00ee5a1..ae3b2a0 100644 (file)
@@ -286,7 +286,7 @@ gst_app_sink_class_init (GstAppSinkClass * klass)
       NULL, NULL, NULL, GST_TYPE_FLOW_RETURN, 0, G_TYPE_NONE);
   /**
    * GstAppSink::new-sample:
-   * @appsink: the appsink element that emited the signal
+   * @appsink: the appsink element that emitted the signal
    *
    * Signal that a new sample is available.
    *
index 2365846..aee542c 100644 (file)
@@ -670,7 +670,7 @@ gst_parse_bin_class_init (GstParseBinClass * klass)
    * @pad: The #GstPad.
    * @caps: The #GstCaps found.
    *
-   * This function is emited when an array of possible factories for @caps on
+   * This function is emitted when an array of possible factories for @caps on
    * @pad is needed. ParseBin will by default return an array with all
    * compatible factories, sorted by rank.
    *
@@ -702,7 +702,7 @@ gst_parse_bin_class_init (GstParseBinClass * klass)
    * @factories: A #GValueArray of possible #GstElementFactory to use.
    *
    * Once ParseBin 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.
    *
index 0774c73..3d8b137 100644 (file)
@@ -569,7 +569,7 @@ gst_uri_decode_bin_class_init (GstURIDecodeBinClass * 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.
    *