many changes to startup handling:
authorBenjamin Otte <otte@gnome.org>
Fri, 4 Apr 2003 16:29:37 +0000 (16:29 +0000)
committerBenjamin Otte <otte@gnome.org>
Fri, 4 Apr 2003 16:29:37 +0000 (16:29 +0000)
commit95b078ac081f773abb0279a5fc41ca52b3c9ca95
treef9b6c5e8ae50739d8924997c1e16bd7eb87d9dd3
parent42b3e8c7f1a9dc8b71c971a6c952d38f6d2321ec
many changes to startup handling:

Original commit message from CVS:
many changes to startup handling:
- make gst_init_with_popt_table work like gst_init - exit program on failure, return void
- add gst_init_check_with_popt_table to be the same as gst_init_with_popt_table before - work the same as gst_init_check
- revert an old workaround and apply the proper fix
- do not use g_error to exit the application, g_error causes a segfault. Use exit.
gst/gst.c
gst/gst.h