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 657494 - [d3dvideosink][PATCH] Fix device initialization check
[d3dvideosink][PATCH] Fix device initialization check
Status: RESOLVED DUPLICATE of bug 657495
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-27 11:12 UTC by Andoni Morales
Modified: 2011-08-30 23:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix device initialization check (1.21 KB, application/octet-stream)
2011-08-27 11:12 UTC, Andoni Morales
Details

Description Andoni Morales 2011-08-27 11:12:56 UTC
Created attachment 194912 [details]
fix device initialization check

When the device is initialize in the NULL_TO_READY state change, we always returns successfully, even if the device was not initialized properly. This behaviour doesn't allow switching to a different video sink using autovideosink, for instance.

The following patch patch checks that the device was initialized properly and if not return a state change failure in the null to ready transition.
Comment 1 David Schleef 2011-08-30 23:30:40 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 657495 ***