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 158365 - Fix for playbin hangs
Fix for playbin hangs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: High blocker
: 0.8.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-15 12:16 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix for this issue. (3.10 KB, patch)
2004-11-15 12:17 UTC, Ronald Bultje
none Details | Review

Description Ronald Bultje 2004-11-15 12:16:42 UTC
Load an .exe or anything weird and see totem hang. Bug is in playbin, it has no
group (because there's no media) and invalidly delays group committing. I added
a 'fatal' argument to this function so it commits even when a group is NULL on
fatal errors like 'unknown media'. This fixes the issue. See attach.
Comment 1 Ronald Bultje 2004-11-15 12:17:21 UTC
Created attachment 33795 [details] [review]
Fix for this issue.
Comment 2 Thomas Vander Stichele 2004-11-23 16:52:02 UTC
commited to CVS