GNOME Bugzilla – Bug 93879
gst-launch doesn't handle glib command line arguments
Last modified: 2004-12-22 21:47:04 UTC
gst-launch should handle glib command line arguments such as --g-fatal-warnings.
Probably the "I'm not using popt but gst_init(argc, argv);" problem that I fixed for gst-record (on my HD, not in CVS yet ;)) a few days ago? Many many many tools probably have this problem. If anyone doesn't care, I'll try to fix some of 'em.
OK, according to Andy Wingo, we shouldn't do it since GTK provids it (--g-fatal-warnings). In gst, you should use --gst-fatal-warnings instead.