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
@ -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
|
* 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,
|
* initialize GStreamer for some reason. If you want your program to fall back,
|
||||||
* use gst_init_check() instead.
|
* 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
|
void
|
||||||
gst_init (int *argc, char **argv[])
|
gst_init (int *argc, char **argv[])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user