lazix

gst_argc

Nov 19th, 2020 (edited)
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. int main(int* argc, char **argv)
  2. {
  3.     gst_set_var(GST_VERBOSITY, 1);
  4.     gst_smalltalk_args(argc - 1, argv + 1);
  5.     if(gst_initialize(NULL, NULL, GST_NO_TTY))
  6.     {
  7.        gst_set_var(GST_GC_MESSAGE, "Initalization failed.");
  8.  
  9.     }
  10. }
  11.  
Add Comment
Please, Sign In to add comment