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 591622 - [vdpau] needs better error/failure handling
[vdpau] needs better error/failure handling
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-12 22:59 UTC by Tim-Philipp Müller
Modified: 2010-08-09 17:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2009-08-12 22:59:10 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
Comment 1 Carl-Anton Ingmarsson 2010-08-09 10:46:34 UTC
Should be fixed in recent gst-plugins-bad