After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 93879 - gst-launch doesn't handle glib command line arguments
gst-launch doesn't handle glib command line arguments
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.4.1
Other other
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-09-22 12:38 UTC by Owen Fraser-Green
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Fraser-Green 2002-09-22 12:38:04 UTC
gst-launch should handle glib command line arguments such as
--g-fatal-warnings.
Comment 1 Ronald Bultje 2002-09-23 11:49:51 UTC
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.
Comment 2 Ronald Bultje 2002-09-23 13:29:27 UTC
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.