[gstreamer-bugs] [Bug 109041] [mad] needs to be faster on sync errors

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Jan 29 04:01:10 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=109041
 GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From Ronald Bultje  2005-01-29 07:01 -------
OK, so I try to reproduce this:

$ ls -la ~/Projects/GStreamer/gstreamer/gst/.libs/libgstreamer-0.8.so.1.4.0
-rwxrwxr-x  1 rbultje rbultje 3923973 Jan 28 10:31
/home/rbultje/Projects/GStreamer/gstreamer/gst/.libs/libgstreamer-0.8.so.1.4.0

Normal filesize, right?

$ time gst-launch filesrc
location=~/Projects/GStreamer/gstreamer/gst/.libs/libgstreamer-0.8.so.1.4.0 !
mad ! fakesink
RUNNING pipeline ...
Execution ended after 961 iterations (sum 389251000 ns, average 405047 ns, min
140000 ns, max 9706000 ns).
 
real    0m2.877s
user    0m2.203s
sys     0m0.126s

(file was cached btw, uncached, it takes ~5 seconds.) That seems pretty good
really, which tempts me to close this bug as wontfix. Alternatively, we can
ssume that this is OK behaviour for local files, but not for webstreams (since
those are infinitely long). For those, you'd want to error out after a while
(e.g. 100k as Dave proposes). We can add an additional property to mad for that.
What do you think?

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list