From 9524e6adec605b58f12c7d52f63fd31c1c9a70d0 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sun, 29 Mar 2020 22:36:59 +0900 Subject: [PATCH] vp9decoder: Fix small typo Part-of: --- gst-libs/gst/codecs/gstvp9decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/codecs/gstvp9decoder.h b/gst-libs/gst/codecs/gstvp9decoder.h index 41350b4399..aa764b6315 100644 --- a/gst-libs/gst/codecs/gstvp9decoder.h +++ b/gst-libs/gst/codecs/gstvp9decoder.h @@ -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