decodebin: Fix typo in docs

https://bugzilla.gnome.org/show_bug.cgi?id=791058
This commit is contained in:
Jun Xie 2017-12-01 16:25:32 +08:00 committed by Sebastian Dröge
parent c3875a236b
commit f88b20397f

View file

@ -747,7 +747,7 @@ gst_decode_bin_class_init (GstDecodeBinClass * 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 signal is emitted when an array of possible factories for @caps on
* @pad is needed. Decodebin will by default return an array with all * @pad is needed. Decodebin will by default return an array with all
* compatible factories, sorted by rank. * compatible factories, sorted by rank.
* *
@ -779,7 +779,7 @@ gst_decode_bin_class_init (GstDecodeBinClass * 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.
* *