[gstreamer-bugs] [Bug 162024] [alsasink] doesn't work in gst_alsa_probe_hw_params()

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Jan 9 15:35:23 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=162024
 GStreamer | gst-plugins | Ver: 0.8.7

Stephane LOEUILLET changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Status Whiteboard|                            |[alsasink] need probing of
                   |                            |HW/device supported sample
                   |                            |rates



------- Additional Comments From Stephane LOEUILLET  2005-01-09 18:35 -------
i suppose it is some more HW capability testing we don't do.

alsa provides those functions :

  err = snd_pcm_hw_params_get_buffer_size_min(params, &buffer_size_min);
  err = snd_pcm_hw_params_get_buffer_size_max(params, &buffer_size_max);
  err = snd_pcm_hw_params_get_period_size_min(params, &period_size_min,&dir);
  err = snd_pcm_hw_params_get_period_size_max(params, &period_size_max,&dir);

to probe supported buffer_size/period_size min and max. but in alsasink, they
are fixed.


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list