docs: Fix typos

This commit is contained in:
Tim-Philipp Müller 2018-05-22 13:59:58 +01:00
parent 64585f88cd
commit 9158f9f7eb
3 changed files with 4 additions and 4 deletions

View file

@ -286,7 +286,7 @@ gst_app_sink_class_init (GstAppSinkClass * klass)
NULL, NULL, NULL, GST_TYPE_FLOW_RETURN, 0, G_TYPE_NONE); NULL, NULL, NULL, GST_TYPE_FLOW_RETURN, 0, G_TYPE_NONE);
/** /**
* GstAppSink::new-sample: * 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. * Signal that a new sample is available.
* *

View file

@ -670,7 +670,7 @@ gst_parse_bin_class_init (GstParseBinClass * klass)
* @pad: The #GstPad. * @pad: The #GstPad.
* @caps: The #GstCaps found. * @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 * @pad is needed. ParseBin will by default return an array with all
* compatible factories, sorted by rank. * compatible factories, sorted by rank.
* *
@ -702,7 +702,7 @@ gst_parse_bin_class_init (GstParseBinClass * klass)
* @factories: A #GValueArray of possible #GstElementFactory to use. * @factories: A #GValueArray of possible #GstElementFactory to use.
* *
* Once ParseBin has found the possible #GstElementFactory objects to try * 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 * the application to perform additional sorting or filtering on the element
* factory array. * factory array.
* *

View file

@ -569,7 +569,7 @@ gst_uri_decode_bin_class_init (GstURIDecodeBinClass * klass)
* @factories: A #GValueArray of possible #GstElementFactory to use. * @factories: A #GValueArray of possible #GstElementFactory to use.
* *
* Once decodebin has found the possible #GstElementFactory objects to try * 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 * the application to perform additional sorting or filtering on the element
* factory array. * factory array.
* *