mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
mpegvideometa: Fix typo in comment
https://bugzilla.gnome.org/show_bug.cgi?id=699827
This commit is contained in:
parent
7aeed2d79d
commit
0511a6b032
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const GstMetaInfo * gst_mpeg_video_meta_get_info (void);
|
|||
* Can be used by elements (mainly decoders) to avoid having to parse
|
||||
* Mpeg video 1/2 packets if it can be done upstream.
|
||||
*
|
||||
* The various fields are only valid during the lifetime of the #GstH264Meta.
|
||||
* The various fields are only valid during the lifetime of the #GstMpegVideoMeta.
|
||||
* If elements wish to use those for longer, they are required to make a copy.
|
||||
*
|
||||
* Since: 1.2
|
||||
|
|
Loading…
Reference in a new issue