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 148608 - [alsasrc] pausing a pipeline with alsasrc in causes error
[alsasrc] pausing a pipeline with alsasrc in causes error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 160202 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-07-27 19:57 UTC by Zaheer Abbas Merali
Modified: 2015-03-11 08:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zaheer Abbas Merali 2004-07-27 19:57:45 UTC
I have created a test 'srcstate' for it in gst-plugins/testsuite/alsa/

Error is:

ERROR (0x8077680 - 303043:35:25.822766000)            alsa( 3911)
gstalsa.c(1114):gst_alsa_change_state:<src> Error pausing sound: Inappropriate
ioctl for device
 
GStreamer-ERROR **: file gstelement.c: line 2969 (gst_element_change_state):
assertion failed: (time >= element->base_time)

My alsa driver is snd-intel8x0 and I have no .asoundrc.
Comment 1 Christian Fredrik Kalager Schaller 2004-12-21 15:26:36 UTC
Just tested this, I get the ioctl message, but the assertion failure is gone. 
Comment 2 Ronald Bultje 2005-01-09 15:10:43 UTC
It's a device bug, the hardware claims to support pausing but really doesn't. I
get it too, btw. since it's not fatal, I'd recommend closing this as NOTGNOME.
Comment 3 Stephane Loeuillet 2005-01-10 04:22:04 UTC
*** Bug 160202 has been marked as a duplicate of this bug. ***
Comment 4 Andy Wingo 2005-07-15 09:47:09 UTC
Zaheer, does this problem still show up in 0.9? I have an intel8x0 at home and
it seems to work fine.
Comment 5 Christian Fredrik Kalager Schaller 2005-12-07 11:29:59 UTC
I guess it wouldn't show up in 0.10 as we are not currently probbing alsa for
capabilities (and it might show up when we start doing so)
Comment 6 Jan Schmidt 2006-02-17 11:59:55 UTC
guys, ping?
Comment 7 Karsten Bräckelmann 2006-07-06 23:34:15 UTC
Considering this to be FIXED according to comment 4 and comment 5.

Please feel free to reopen this bug, if it still is an issue in recent versions.