fallback fails to play a dvd when libva driver doesn't exists
@bellet
Submitted by Fabrice Bellet Link to original bug (#750944)
Description
Created attachment 305250
GST_DEBUG=*:2 log file
gst-launch-1.0 playbin uri=dvd:///dev/sr0 works fine with the intel driver, but it fails to fallback when the libva driver doesn't exists :
LIBVA_DRIVER_NAME=foo gst-launch-1.0 playbin uri=dvd:///dev/sr0
[...]
(gst-launch-1.0:8765): GStreamer-CRITICAL **:
Trying to dispose element playbin0, but it is in READY instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
(full log in attachment)
Attachment 305250, "GST_DEBUG=*:2 log file":
foo.txt