[gstreamer-bugs] [Bug 582010] audiotestsrc is-live=1 ! pulsesink unreliable

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon May 11 07:36:30 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=582010

  GStreamer | gst-plugins-good | Ver: git




------- Comment #3 from Stefan Kost (gstreamer, gtkdoc dev)  2009-05-11 14:36 UTC -------
Just notices that audiotestsrc is-live=true is not really fully implemented.
audiotestsrc does not subclass audiosrc and it always timstamps buffers itself.
I tried to hack it to use the pipeline clock which should fit it imho. But then
its getting worse.

GST_DEBUG="au*:4" gst-launch-0.10 2>debug.log audiotestsrc is-live=true !
pulsesink slave-method=1
cut -c163- debug.log >timestamps.log
gnuplot
set term png truecolor
set output 'timestamps.png'
plot 'timestamps.log' using :1 with lines, '' using :2 with lines;
quit
(see attached image)


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=582010.




More information about the Gstreamer-bugs mailing list