mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
decodebin: Fix typo in docs
https://bugzilla.gnome.org/show_bug.cgi?id=791058
This commit is contained in:
parent
c3875a236b
commit
f88b20397f
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue