[gstreamer-bugs] [Bug 383596] New: mixer doesnot work if set AUDIODEV on solaris

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Dec 7 19:09:39 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=383596

  GStreamer | gst-plugins-good | Ver: 0.10.x

           Summary: mixer doesnot work if set AUDIODEV on solaris
           Product: GStreamer
           Version: 0.10.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: jerry.tan at sun.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.17/2.18
   GNOME milestone: Unspecified


Please describe the problem:
If I set AUDIODEV environment on solaris, 
gnome-volume-controller can not be started

Steps to reproduce:
1. set AUDIODEV to /dev/audio
2. start gnome-volume-control
3. 


Actual results:
an error dialog popup said that no device found

Expected results:
it works 

Does this happen every time?
yes

Other information:
patch for this
--- gstsunaudiomixer.c.old  Wed May  3 17:26:52 2006
+++ gstsunaudiomixer.c     Thu Dec  7 15:56:56 2006
@@ -86,7 +86,7 @@
        if (audiodev == NULL) {
          this->mixer = gst_sunaudiomixer_ctrl_new ("/dev/audioctl");
        } else {
-          gchar *device = g_strdup_printf ("/dev/%sctl", audiodev);
+          gchar *device = g_strdup_printf ("%sctl", audiodev);

          this->mixer = gst_sunaudiomixer_ctrl_new (device);
          g_free (device);


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




More information about the Gstreamer-bugs mailing list