mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
validate: fix documentation for gst_validate_init()
This commit is contained in:
parent
7b7692d70b
commit
4b57c0bbb4
1 changed files with 2 additions and 2 deletions
|
@ -278,8 +278,8 @@ gst_validate_init_plugins (void)
|
|||
/**
|
||||
* gst_validate_init:
|
||||
*
|
||||
* Initializes GstValidate, call that before any usage of GstValidate.
|
||||
* You should take care of initilizing GStreamer before calling this
|
||||
* Initializes GstValidate. Call this before any usage of GstValidate.
|
||||
* You should take care of initializing GStreamer before calling this
|
||||
* function.
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue