[gstreamer-bugs] [Bug 498928] New: [alsasink] Crackling sound after update to 0.10.15

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Nov 22 00:58:46 PST 2007


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=498928

  GStreamer | gst-plugins-base | Ver: HEAD CVS
           Summary: [alsasink] Crackling sound after update to 0.10.15
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: slomo at circular-chaos.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi, quoting http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452282 :

After upgrading to the latest version playing any file results in cracks during
playback. Downgrading all gstreamer0.10 related packages to the Testing version
fixes this problem for now. I’m using a soundcard with the CMI8783 chipset.


Below are the GST_DEBUG=5 logs with 0.10.14 and 0.10.15:
http://slomosnail.de/~slomo/temp/gst_0.10.14-2.log.bz2
http://slomosnail.de/~slomo/temp/gst_0.10.15-1.log.bz2

The main difference I see is, that before 16 bit caps were used on the alsa
sink while with 0.10.15 32 bit caps are used:

intersection of the caps in 0.10.14:

audio/x-raw-int, width=(int)16, rate=(int)[ 4000, 2147483647 ], channels=(int)[
1, 2 ], endianness=(int)1234, depth=(int)16, signed=(boolean)true;

audio/x-raw-int, width=(int)16, rate=(int)[ 4000, 2147483647 ],
channels=(int)3, endianness=(int)1234, depth=(int)16, signed=(boolean)true,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
GST_AUDIO_CHANNEL_POSITION_LFE >;

audio/x-raw-int, width=(int)16, rate=(int)[ 4000, 2147483647 ],
channels=(int)4, endianness=(int)1234, depth=(int)16, signed=(boolean)true,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
GST_AUDIO_CHANNEL_POSITION_REAR_LEFT, GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT >;

audio/x-raw-int, width=(int)16, rate=(int)[ 4000, 2147483647 ],
channels=(int)6, endianness=(int)1234, depth=(int)16, signed=(boolean)true,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
GST_AUDIO_CHANNEL_POSITION_REAR_LEFT, GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT,
GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER, GST_AUDIO_CHANNEL_POSITION_LFE >;

audio/x-raw-int, width=(int)16, rate=(int)[ 4000, 2147483647 ],
channels=(int)8, endianness=(int)1234, depth=(int)16, signed=(boolean)true,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
GST_AUDIO_CHANNEL_POSITION_REAR_LEFT, GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT,
GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER, GST_AUDIO_CHANNEL_POSITION_LFE,
GST_AUDIO_CHANNEL_POSITION_SIDE_LEFT, GST_AUDIO_CHANNEL_POSITION_SIDE_RIGHT >




intersection of the caps in 0.10.15:

audio/x-raw-int, width=(int)32, rate=(int)[ 4000, 2147483647 ], channels=(int)[
1, 2 ], endianness=(int)1234, signed=(boolean)true, depth=(int)32;

audio/x-raw-int, width=(int)32, rate=(int)[ 4000, 2147483647 ],
channels=(int)3, endianness=(int)1234, signed=(boolean)true, depth=(int)32,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
GST_AUDIO_CHANNEL_POSITION_LFE >;

audio/x-raw-int, width=(int)32, rate=(int)[ 4000, 2147483647 ],
channels=(int)4, endianness=(int)1234, signed=(boolean)true, depth=(int)32,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
GST_AUDIO_CHANNEL_POSITION_REAR_LEFT, GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT >;

audio/x-raw-int, width=(int)32, rate=(int)[ 4000, 2147483647 ],
channels=(int)6, endianness=(int)1234, signed=(boolean)true, depth=(int)32,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
GST_AUDIO_CHANNEL_POSITION_REAR_LEFT, GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT,
GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER, GST_AUDIO_CHANNEL_POSITION_LFE >;

audio/x-raw-int, width=(int)32, rate=(int)[ 4000, 2147483647 ],
channels=(int)8, endianness=(int)1234, signed=(boolean)true, depth=(int)32,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
GST_AUDIO_CHANNEL_POSITION_REAR_LEFT, GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT,
GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER, GST_AUDIO_CHANNEL_POSITION_LFE,
GST_AUDIO_CHANNEL_POSITION_SIDE_LEFT, GST_AUDIO_CHANNEL_POSITION_SIDE_RIGHT >;

audio/x-raw-int, width=(int)16, rate=(int)[ 4000, 2147483647 ], channels=(int)[
1, 2 ], endianness=(int)1234, depth=(int)16, signed=(boolean)true;

audio/x-raw-int, width=(int)16, rate=(int)[ 4000, 2147483647 ],
channels=(int)3, endianness=(int)1234, depth=(int)16, signed=(boolean)true,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
GST_AUDIO_CHANNEL_POSITION_LFE >;

audio/x-raw-int, width=(int)16, rate=(int)[ 4000, 2147483647 ],
channels=(int)4, endianness=(int)1234, depth=(int)16, signed=(boolean)true,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
GST_AUDIO_CHANNEL_POSITION_REAR_LEFT, GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT >;

audio/x-raw-int, width=(int)16, rate=(int)[ 4000, 2147483647 ],
channels=(int)6, endianness=(int)1234, depth=(int)16, signed=(boolean)true,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
GST_AUDIO_CHANNEL_POSITION_REAR_LEFT, GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT,
GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER, GST_AUDIO_CHANNEL_POSITION_LFE >;

audio/x-raw-int, width=(int)16, rate=(int)[ 4000, 2147483647 ],
channels=(int)8, endianness=(int)1234, depth=(int)16, signed=(boolean)true,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
GST_AUDIO_CHANNEL_POSITION_REAR_LEFT, GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT,
GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER, GST_AUDIO_CHANNEL_POSITION_LFE,
GST_AUDIO_CHANNEL_POSITION_SIDE_LEFT, GST_AUDIO_CHANNEL_POSITION_SIDE_RIGHT >


-- 
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=498928.




More information about the Gstreamer-bugs mailing list