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 159651 - [decodebin] totem crash
[decodebin] totem crash
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-27 19:40 UTC by Christophe Fergeau
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bakctrace (7.97 KB, text/x-log)
2004-11-27 19:41 UTC, Christophe Fergeau
Details

Description Christophe Fergeau 2004-11-27 19:40:58 UTC
Totem crashed when trying to open an avi file that used to work (though I don't
remember if it had sound or not). I truncated the backtrace since it was getting
longish, I can provide the full backtrace as well as the movie file if you ask.
Comment 1 Christophe Fergeau 2004-11-27 19:41:24 UTC
Created attachment 34195 [details]
bakctrace
Comment 2 Ronald Bultje 2004-11-27 20:42:38 UTC
It seems like an infinite plugging loop. I've added parsers to the list of
supported elements in decodebin, and it seems to endlessly add elements, of
which at least 1 (but probably all) are ac3parse, to the pipeline. Wim, any
ideas on how to fix this? It's a general problem in playbin...
Comment 3 Ronald Bultje 2004-12-17 17:04:59 UTC
I removed the rank from ac3parse, it'll work again now...