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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Oct 8 08:40:37 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

           Summary: Stuttering with SunAudio Sink
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: opensolaris
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: brian.cameron at sun.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I notice that in the SunAudio sink when I modify the code to not set a large
buffer size, that the autio output stutters.

It seems that in the ringbuffer that it waits to long.  Note the "waiting..."
message, so it seems like the GST_RING_BUFFER_WAIT function is waiting too
long.  I'm talking about wait_segment in gstringbuffer.c (in the base module).

It looks like the signal gets emitted from the audiosink
audioringbuffer_thread_func.

I'm attaching a debug output that shows the ringbuffer and audiosink debug
message.  I'd appreciate any advice about how to debug this further.

Perhaps there is something weird about how threads are managed on Solaris?


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




More information about the Gstreamer-bugs mailing list