GNOME Bugzilla – Bug 652838
gst_discoverer_discover_uri Allow NULL GError* argument
Last modified: 2011-06-18 09:19:01 UTC
Created attachment 190122 [details] Sample application that causes the segfault Calling gst_discoverer_discover_uri(discoverer, uri, NULL) causes a segmentation fault in gstdiscoverer.c. It appears to report "No such file or directory" when run in gdb. This should probably be brought in line with other functions where the GError argument is allowed to be NULL.
Created attachment 190123 [details] GDB output of sample application
Module: gst-plugins-base Branch: master Commit: b2b1a7be1ba877f1f64fed7ff920855bb38becf1 URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=b2b1a7be1ba877f1f64fed7ff920855bb38becf1 Author: Edward Hervey <bilboed@bilboed.com> Date: Sat Jun 18 11:16:19 2011 +0200 discoverer: Allow GError* argument to be NULL This is how other methods taking GError* arguments behave. Fixes #652838