mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
vp9decoder: Fix small typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1079>
This commit is contained in:
parent
d72fcbe18a
commit
9524e6adec
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ struct _GstVp9Decoder
|
|||
* @new_picture: Optional.
|
||||
* Called whenever new #GstVp9Picture is created.
|
||||
* Subclass can set implementation specific user data
|
||||
* on the #GstVp9Picture via gst_h264_picture_set_user_data()
|
||||
* on the #GstVp9Picture via gst_vp9_picture_set_user_data()
|
||||
* @duplicate_picture: Duplicate the #GstVp9Picture
|
||||
* @start_picture: Optional.
|
||||
* Called per one #GstVp9Picture to notify subclass to prepare
|
||||
|
|
Loading…
Reference in a new issue