mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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
|
* The opaque structure of a #GstSample. A sample contains a typed memory
|
||||||
* block and the associated timing information. It is mainly used to
|
* 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;
|
typedef struct _GstSample GstSample;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue