GNOME Bugzilla – Bug 136686
abort in libgstplay
Last modified: 2004-12-22 21:47:04 UTC
Both gst-player and totem 0.99.9 abort on startup when i set my audiosink to 'audioscale ! alsasink', 'audioscale ! nassink' or alsasink alone work fine. arwed@Otherland:~/Music/diverse$ gst-player song30.ogg ** ERROR **: file gstoptimalscheduler.c: line 723 (destroy_group): assertion failed: (group->group_links == NULL) aborting... (gdb) run song30.ogg Starting program: /home/arwed/gst/bin/gst-player song30.ogg [New Thread 1088306720 (LWP 9149)] [New Thread 1097190320 (LWP 9152)] [New Thread 1099291568 (LWP 9153)] [New Thread 1101392816 (LWP 9154)] ** ERROR **: file gstoptimalscheduler.c: line 723 (destroy_group): assertion failed: (group->group_links == NULL) aborting... Program received signal SIGTRAP, Trace/breakpoint trap.
+ Trace 44959
Thread 1088306720 (LWP 9149)
This may be irrelevant to the bug, but I just added a fixate function to alsasink.
It's probably irrelevant. Schedulers crashing with alsa most likely involves the fact that alsa is the only loopbased audio sink.
Could you run this again with --gst-scheduler=basicgthread?
works fine with basicgthread and basicomega (though basicomega crashes on seeking)
arwed, can you try again with optscheduler as well ? lots has been fixed since.
Works fine now.