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 632056 - Directdrawsink draws black stripes over the overlying dialog windows.
Directdrawsink draws black stripes over the overlying dialog windows.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-13 12:45 UTC by Vladimir Eremeev
Modified: 2011-02-08 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Directdrawsink, a dialog window over it, black stripe. (87.23 KB, image/png)
2010-10-13 12:45 UTC, Vladimir Eremeev
Details

Description Vladimir Eremeev 2010-10-13 12:45:17 UTC
Created attachment 172258 [details]
Directdrawsink, a dialog window over it, black stripe.

When the directdrawsink's property force-aspect-ratio is TRUE, 
and its windows is overlaid with some dialog window, created by the system, 
it draws black stripes over it.

Attached screenshot.
Comment 1 Vladimir Eremeev 2010-10-25 07:30:18 UTC
Removing call to the function, drawing these black borders, partially saves the situation.
Comment 2 Mark Nauwelaerts 2011-02-08 17:07:19 UTC
commit f96dab44cf2391c30abf76f5598e0f8557c7d549
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Mon Feb 7 23:17:55 2011 +0100

    directdrawsink: avoid aspect-ratio borders overlying other windows
    
    Fixes #632056.