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 668423 - xvideo sink can not control the decoration or size of the window it create
xvideo sink can not control the decoration or size of the window it create
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: dont know
unspecified
Other All
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-22 05:40 UTC by jezra
Modified: 2012-01-22 08:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jezra 2012-01-22 05:40:58 UTC
1. use xvideosink to create an xwindow for displaying a video
2. there is no way to have xvideosink set the window's size and decoration

It would be nice if it wasn't necessary to use a separate GUI toolkit to control the size and decoration of a window created by xvideosink
Comment 1 Sebastian Dröge (slomo) 2012-01-22 08:34:13 UTC
If you want more control over the window created by xvimagesink/ximagesink you have to use some UI toolkit or libX11 yourself. The automatically created window is only meant as a fallback and for debugging purposes.