mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
docs: fix typo in GstSample docs
This commit is contained in:
parent
3329f3f4e4
commit
7b5cd72920
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ GST_EXPORT GType _gst_sample_type;
|
|||
*
|
||||
* The opaque structure of a #GstSample. A sample contains a typed memory
|
||||
* block and the associated timing information. It is mainly used to
|
||||
* exchange buffers with and application.
|
||||
* exchange buffers with an application.
|
||||
*/
|
||||
typedef struct _GstSample GstSample;
|
||||
|
||||
|
|
Loading…
Reference in a new issue