[Gstreamer-bugs] [Bug 142850] - GST-Register didn't find any plugins
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Wed May 26 09:55:40 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=142850
GStreamer | gstreamer (core) | Ver: 0.8.1
------- Additional Comments From ed at catmur.co.uk 2004-05-26 12:55 -------
Created an attachment (id=28035)
--> (http://bugzilla.gnome.org/attachment.cgi?id=28035&action=view)
gstreamer-0.8.1-reiser4.patch
Adds a call to g_file_test (directory, G_FILE_TEST_IS_DIR) - this will return
the expected result on all file systems. Moves call to g_dir_open (directory,
0, NULL) to inside if (g_file_test(directory, G_FILE_TEST_IS_DIR)) {.
This has been tested on a reiser4 filesystem, on reiser3 and on Linux 2.6
ramfs. In all cases plugins are loaded correctly.
At first glance there is not any nearby code that needs similar treatment.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Gstreamer-bugs
mailing list