GNOME Bugzilla – Bug 632667
[ximagesink] added read-only properties window-width and window-height
Last modified: 2010-12-02 18:05:36 UTC
Created attachment 172822 [details] xvimagesink.c added with properties window-width and window-height Added read-only properties window-width and window-height to let know to any application what are the current video window dimensions. Property window-width is a selector for width field of the GstWindow structure pointed by GstXImageSink structure. The same is for window-height but for field height in GstWindow pointed by GstXImageSink. The aim of these two properties is to allow application to read the width and the height of the current video window.
Please attach this as a patch, see http://www.gstreamer.net/wiki/SubmittingPatches
Created attachment 172947 [details] [review] ximagesink added by two new properties: window-width and window-height
The same would probably make sense for xvimagesink too
commit 0cdecfe7adb6b4d07414e117ea189037afbfa516 Author: Andrea Sebastianutti <andreailseba@virgilio.it> Date: Mon Oct 25 14:09:20 2010 +0100 xvimagesink: Add read-only properties window-width and window-height commit 69dade07ca77807fb4420755f0d761aa6b7fb8ae Author: Andrea Sebastianutti <andreailseba@virgilio.it> Date: Mon Oct 25 14:08:43 2010 +0100 ximagsink: Add read-only properties window-width and window-height Will push it after release
commit 72d6f7f4d652c9524c912987826f9950d9a7eca6 Author: Andrea Sebastianutti <andreailseba@virgilio.it> Date: Mon Oct 25 14:09:20 2010 +0100 xvimagesink: Add read-only properties window-width and window-height commit 2ad996616301d7379f14e11c08e066d70df1cdd9 Author: Andrea Sebastianutti <andreailseba@virgilio.it> Date: Mon Oct 25 14:08:43 2010 +0100 ximagsink: Add read-only properties window-width and window-height