wpevideosrc: Fix typo in doc

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8774>
This commit is contained in:
Olivier Crête 2025-04-03 17:45:57 -04:00
parent 68489f2362
commit 311343ae4b

View File

@ -957,7 +957,7 @@ gst_wpe_video_src_class_init (GstWpeVideoSrcClass * klass)
G_TYPE_NONE, 1, G_TYPE_BYTES);
/**
* GstWpeSrc::run-javascript:
* GstWpeVideoSrc::run-javascript:
* @src: the object which received the signal
* @script: the script to run
*