[gstreamer-bugs] [Bug 585369] does not play audio wav files completely
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed May 26 14:03:39 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=585369
GStreamer | don't know | 0.10.x
Fred Sauer <fred> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fred at allen-sauer.com
--- Comment #4 from Fred Sauer <fred at allen-sauer.com> 2010-05-26 21:03:37 UTC ---
Note the different execution when the same file is accessed remotely (388517919
ns) vs. locally (636663353 ns):
#
# Only [crystal] is heard
#
$ gst-launch-0.10 playbin uri=http://cougar.eb.com/soundc11/c/crysta02.wav
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstAudioSinkClock
Got EOS from element "playbin0".
Execution ended after 388517919 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
#
# The full [crystalline] is heard
#
$ gst-launch-0.10 playbin uri=file:///home/fredsa/crysta02.wav
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstAudioSinkClock
Got EOS from element "playbin0".
Execution ended after 636663353 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list