GNOME Bugzilla – Bug 112116
[0.6.2] if you don't have a registry, it shouldn't crash
Last modified: 2004-12-22 21:47:04 UTC
<BBB> [rbultje@shrek rbultje]$ gst-launch fakesrc ! fakesink <BBB> Couldn't find user registry /home/rbultje/.gstreamer/registry.xml or global registry /var/cache/gstreamer-0.6/registry.xml <BBB> <BBB> GStreamer-ERROR **: Please run gst-register either as root or user <BBB> aborting... <BBB> Aborted <BBB> [rbultje@shrek rbultje]$ <Company> it should not abort <Company> abort = segfault Looks perfectly clear to me, we shouldn't error out, we should just give a message and exit.
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/gst.c.diff?r1=1.97&r2=1.98&diff_format=u Nice going Benjamin. :).
Created attachment 16220 [details] [review] 0.6 version of above patch
Fixed.