mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
docs: Fix typos
This commit is contained in:
parent
64585f88cd
commit
9158f9f7eb
3 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue