[gstreamer-bugs] [Bug 360673] Stuttering with SunAudio Sink

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Oct 24 14:09:01 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=360673

  GStreamer | gst-plugins-base | Ver: HEAD CVS


Brian Cameron changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |padraig.obriain at sun.com




------- Comment #5 from Brian Cameron  2006-10-24 21:08 UTC -------

For reference, the command to see the same debug output as shown in the log
above, run:

   gst-launch --gst-debug=ringbuffer:5,audiosink:5 audiotestsrc !
   sunaudiosink

Or you can run the following to get even more debug output.

   gst-launch --gst-debug-5 audiotestsrc ! sunaudiosink

Note the code in gst-plugins-base/gst-libs/gst/audio.  In this
directory you will find gstbaseaudiosink.[ch] and
gstringbuffer.[ch].  This is the actual code that is managing
the audiosink and the ringbuffer and the source of the debug
messages in the log.  In gst-plugins-good/sys/sunaudio
is the sunaudiosink plugin which is a child class of the
baseaudiosink.  So these files are the ones that are probably
involved with the problem. 


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list