GNOME Bugzilla – Bug 591622
[vdpau] needs better error/failure handling
Last modified: 2010-08-09 17:39:57 UTC
+++ This bug was initially created as a clone of Bug #591538 +++ The vdpau elements need better handling of errors/failures/when the device can't be opened in a few places, it seems. Also, random things I noticed while looking at the code: - the static [ugh?] hash table in gst_vdp_get_device(): good thing it's protected on creation by a GOnce, but then not any more when doing lookups/inserts. - state change function doesn't seem to chain up
Should be fixed in recent gst-plugins-bad