docs: fix typo in GstSample docs

This commit is contained in:
Tim-Philipp Müller 2012-07-04 17:55:58 +01:00
parent 3329f3f4e4
commit 7b5cd72920

View file

@ -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;