mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
gst_init: Removed wrong warning in docstring
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3562>
This commit is contained in:
parent
979ff4616e
commit
6687e7ed17
1 changed files with 0 additions and 5 deletions
|
@ -450,11 +450,6 @@ gst_init_check (int *argc, char **argv[], GError ** error)
|
|||
* WARNING: This function will terminate your program if it was unable to
|
||||
* initialize GStreamer for some reason. If you want your program to fall back,
|
||||
* use gst_init_check() instead.
|
||||
*
|
||||
* WARNING: This function does not work in the same way as corresponding
|
||||
* functions in other glib-style libraries, such as gtk_init\(\). In
|
||||
* particular, unknown command line options cause this function to
|
||||
* abort program execution.
|
||||
*/
|
||||
void
|
||||
gst_init (int *argc, char **argv[])
|
||||
|
|
Loading…
Reference in a new issue