Fix gst_init() so that it doesn't fail when passed two NULLs as parameters.
authorRichard Boulton <richard@tartarus.org>
Fri, 9 Mar 2001 12:31:07 +0000 (12:31 +0000)
committerRichard Boulton <richard@tartarus.org>
Fri, 9 Mar 2001 12:31:07 +0000 (12:31 +0000)
commitd19fde7e35eb55fd0cb192452a436eab47c9bb3a
treef42751962c404fef5b707f7d99454f1679bc1836
parent1f3f906886ff23ee0a9bcc5ae4d8d07b77b5b75b
Fix gst_init() so that it doesn't fail when passed two NULLs as parameters.

Original commit message from CVS:
Fix gst_init() so that it doesn't fail when passed two NULLs as parameters.
Was dereferencing the argv pointer to get progname: now defaults to
"gstprog".
gst/gst.c