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 678131 - [d3dvideosink] Fix creation of several internal windows.
[d3dvideosink] Fix creation of several internal windows.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other Windows
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-14 23:15 UTC by Andoni Morales
Modified: 2012-06-15 12:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't create a new internal windows if it exists already (1.51 KB, patch)
2012-06-14 23:15 UTC, Andoni Morales
committed Details | Review
don't recreate the d3d device if not needed (1023 bytes, patch)
2012-06-15 11:39 UTC, Andoni Morales
committed Details | Review

Description Andoni Morales 2012-06-14 23:15:36 UTC
Created attachment 216479 [details] [review]
Don't create a new internal windows if it exists already

As shown in https://bugs.freedesktop.org/show_bug.cgi?id=51094, the sink is creating a new internal window, even there is already one.
Comment 1 Sebastian Dröge (slomo) 2012-06-15 08:17:31 UTC
commit b393f3576585c5bce64f7f824a548e0b6a6703bb
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
Date:   Fri Jun 15 00:58:43 2012 +0200

    d3dvideosink: don't create new internal windows if we already have one
Comment 2 Andoni Morales 2012-06-15 11:39:52 UTC
Created attachment 216505 [details] [review]
don't recreate the d3d device if not needed

And make sure we don't create a new d3d device either.