[Gstreamer-bugs] [Bug 140565] - gst-launch caused an Internal GStreamer error

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Apr 29 15:59:40 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=140565
GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Additional Comments From zxombie at hotpop.com  2004-04-29 18:59 -------
The card is:

pcm0: <VIA VT82C686A> port 0xb000-0xb003,0xb400-0xb403,0xb800-0xb8ff irq 12 at
device 7.5 on pci0
pcm0: <Avance Logic ALC200 AC97 Codec>

I found the problem to be when the SNDCTL_DSP_SPEED ioctl is called with a value
> 48500 it returns 8000.

If I change gstosselement.c line 1170 from
probe->max = gst_osselement_rate_check_rate (probe, 100000);
to
probe->max = gst_osselement_rate_check_rate (probe, 48500);
gst-launch will work.

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




More information about the Gstreamer-bugs mailing list