After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 136174 - [alsasink] Aborts on playback
[alsasink] Aborts on playback
Status: RESOLVED DUPLICATE of bug 86977
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-04 13:16 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johan (not receiving bugmail) Dahlin 2004-03-04 13:16:29 UTC
System information:
  Fedora Core 1 with 2.6 kernel from Fedora Development and alsa stuff from
freshrpms.

Playback with osssink works fine (thought alsa emulation layer) and playing
the same file with alsaplayer also works fine

Pipeline:

  gst-launch filesrc location=natt_uggla.mp3 ! mad ! alsasink

Error output:

  pcm_plug.c:882: snd_pcm_plug_hw_params: Assertion `err >= 0' failed.

Traceback:
  
  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #1 raise
    from /lib/tls/libc.so.6
  • #2 abort
    from /lib/tls/libc.so.6
  • #3 __assert_fail
    from /lib/tls/libc.so.6
  • #4 snd_pcm_plug_hw_params
    at pcm_plug.c line 910
  • #5 sndrv_pcm_hw_params
    at pcm_params.c line 2260
  • #6 snd_pcm_hw_params
    at pcm.c line 784
  • #7 gst_alsa_set_hw_params
    at gstalsa.c line 1021
  • #8 gst_alsa_start_audio
    at gstalsa.c line 1070
  • #9 gst_alsa_change_state
    at gstalsa.c line 717
  • #10 gst_alsa_sink_change_state
    at gstalsasink.c line 473
  • #11 gst_element_set_state
    at gstelement.c line 2661
  • #12 gst_bin_change_state
    at gstbin.c line 728
  • #13 gst_pipeline_change_state
    at gstpipeline.c line 175
  • #14 gst_element_set_state
    at gstelement.c line 2661
  • #15 ??
  • #16 ??
  • #17 ??
  • #18 ??
  • #19 ??
  • #20 <signal handler called>
  • #7 gst_alsa_set_hw_params
    at gstalsa.c line 1021
$5 = {dl_handle = 0x0, name = 0x48 <Address 0x48 out of bounds>, type = 72,
  stream = SND_PCM_STREAM_PLAYBACK, mode = 65, poll_fd = 12094496,
  poll_events = 35872, setup = 12094440, access = 159056396,
  format = 12091960, subformat = 41, channels = 12094440, rate = 12094440,
  period_size = 12094440, period_time = 3, periods = {min = 0, max = 0,
    openmin = 0, openmax = 0, integer = 0, empty = 1}, tick_time = 156821544,
  tstamp_mode = 64, period_step = 4080, sleep_min = 156817016,
  avail_min = 156808720, start_threshold = 0, stop_threshold = 0,
  silence_threshold = 156812676, silence_size = 156812752, xfer_align = 32,
  boundary = 0, info = 156810268, msbits = 156812760, rate_num = 0,
  rate_den = 0, fifo_size = 156812984, buffer_size = 0, buffer_time = {
    min = 8, max = 156813008, openmin = 1, openmax = 1, integer = 0,
    empty = 0}, sample_bits = 0, frame_bits = 156813060, appl = {master = 0x0,
    ptr = 0x0, fd = 146423056, offset = 0, link_dst_count = 0, link_dst = 0x2,
    private_data = 0x958c718, changed = 0}, hw = {master = 0xffffffff,
    ptr = 0x8287600, fd = 1916880735, offset = 7954802,
    link_dst_count = 1635017060, link_dst = 0xb88b00, private_data = 0x6e656c,
    changed = 0}, min_align = 0, mmap_rw = 156812676, shadow_mmap = 156813068,
  donot_close = 32, mmap_channels = 0x0, running_areas = 0x958bc1c,
  stopped_areas = 0x958c714, ops = 0x0, fast_ops = 0x0, op_arg = 0x958c738,
  fast_op_arg = 0x0, private_data = 0x8, async_handlers = {next = 0x958c750,
    prev = 0x3}}
Comment 1 Johan (not receiving bugmail) Dahlin 2004-03-04 14:15:50 UTC

*** This bug has been marked as a duplicate of 86977 ***
Comment 2 Johan (not receiving bugmail) Dahlin 2004-03-04 14:16:25 UTC
(Don't try to go to a new bug by adding it in the duplicate field)
Comment 3 Benjamin Otte (Company) 2004-03-04 14:35:32 UTC

*** This bug has been marked as a duplicate of 134007 ***