[Gstreamer-bugs] [Bug 143777] New: - scheduler (opt and entry) problem after removing some elemnts and putting them back
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Sat Jun 5 12:41:18 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=143777
GStreamer | gstreamer (core) | Ver: HEAD CVS
Summary: scheduler (opt and entry) problem after removing some
elemnts and putting them back
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-maint at bugzilla.gnome.org
ReportedBy: zaheerabbas at merali.org
QAContact: gstreamer-maint at bugzilla.gnome.org
pipeline:
osssrc ! level ! tee ! "audio/x-raw-int",channels=2,rate=44100 ! audioconvert !
audioscale ! audioscale ! "audio/x-raw-int",rate=11025,channels=1 ! lame
bitrate=16 mode=3 ! filesink location=blah.mp3
runs fine...until i pause the pipeline, remove: everything from audioconvert
onwards, and then add them (newly created elements) again after, and make it
playing again
scheduler complains about no entry....
INFO (1086464344:596648) scheduler(21015)
gstoptimalscheduler.c(1089):schedule_group: not scheduling group 0x80fbf60
without entry
** (lt-acast:21015): WARNING **: error scheduling group 0x80fbf60
DEBUG (1086464344:596743) scheduler(21015)
gstoptimalscheduler.c(1014):group_error_handler: group 0x80fbf60 has errored
basicgthread handles it fine however
can be reproduced with vorbisenc max-bitrate=16000 instead of lame bitrate=16
also...
------- 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