[gstreamer-bugs] [Bug 321269] add sunaudio to 0.9

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jan 13 10:30:42 PST 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=321269
 GStreamer | gst-plugins-good | Ver: HEAD CVS


Brian Cameron changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |




------- Comment #15 from Brian Cameron  2006-01-13 18:30 UTC -------

Thanks so much for integrating this.  I notice one problem now that I am
testing sunaudiosink with the mp3 plugin.  The buffer needs to be set to
5000000 instead of 3000000 for MP3 files to play okay.  So could you change
these lines in
gst-plugins-good/sys/sunaudio/gstsunaudiosink.c in the function
gst_sunaudiosink_init:

  if (buffer_time < 5000000) {
     g_value_set_int64 (&gvalue, 5000000);
     g_object_set_property (G_OBJECT (sunaudiosink), "buffer-time", &gvalue);
  }

Notice the two lines that say "5000000".  Previously they said "3000000".  Just
changing this number makes the plugin work much better with MP3 files.  Can
this change be made in CVS head?


-- 
Configure bugmail: http://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