Bug 103345 - gstreamer is doing apparently stupid things
Summary: gstreamer is doing apparently stupid things
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux Beta
Classification: Retired
Component: gstreamer
Version: beta1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Colin Walters
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-08-29 03:07 UTC by Bill Nottingham
Modified: 2014-03-17 02:38 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-03-29 22:20:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2003-08-29 03:07:13 UTC
From an strace:

open("/usr/lib/gstreamer-0.6", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 16

Ok, makes sense.

open("/usr/lib/gstreamer-0.6/libgstbasicomegascheduler.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgstautoplugcache.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgstautoplugger.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgstbasicwingoscheduler.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgstbytestream.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgstelements.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgstgetbits.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgstindexers.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgstoptomegascheduler.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgstoptscheduler.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgstoptwingoscheduler.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgstputbits.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgstspider.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgststaticautoplug.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgststaticautoplugrender.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgsttypes.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/usr/lib/gstreamer-0.6/libgst1394.so",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)

For every single file in the directory.

I'm sure there's a reason for this. Right?

Comment 1 Bill Nottingham 2003-08-29 03:25:55 UTC
static gboolean
plugin_times_older_than_recurse(gchar *path, time_t regtime)
{
...

/me mutters 'ftw'...

Comment 2 Colin Walters 2004-03-29 22:20:27 UTC
I fixed this upstream, and added the patch to gstreamer-0.8.0-3.


Note You need to log in before you can comment on or make changes to this bug.