mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
- updated (c) date, and added WMClass and WMName to the gstmediaplay windows
Original commit message from CVS: - updated (c) date, and added WMClass and WMName to the gstmediaplay windows
This commit is contained in:
parent
e84c07c297
commit
77f6ecbee6
1 changed files with 12 additions and 6 deletions
|
@ -35,6 +35,8 @@
|
||||||
<allow_shrink>True</allow_shrink>
|
<allow_shrink>True</allow_shrink>
|
||||||
<allow_grow>True</allow_grow>
|
<allow_grow>True</allow_grow>
|
||||||
<auto_shrink>True</auto_shrink>
|
<auto_shrink>True</auto_shrink>
|
||||||
|
<wmclass_name>gstmediaplay</wmclass_name>
|
||||||
|
<wmclass_class>GstMediaPlay</wmclass_class>
|
||||||
<enable_layout_config>True</enable_layout_config>
|
<enable_layout_config>True</enable_layout_config>
|
||||||
|
|
||||||
<widget>
|
<widget>
|
||||||
|
@ -465,12 +467,14 @@
|
||||||
<class>GnomeAbout</class>
|
<class>GnomeAbout</class>
|
||||||
<name>about</name>
|
<name>about</name>
|
||||||
<modal>True</modal>
|
<modal>True</modal>
|
||||||
<copyright>(C) 1999-2000 Erik Walthinsen</copyright>
|
<wmclass_name>about</wmclass_name>
|
||||||
<authors>Erik Walthinsen <omega@cse.ogi.edu>,
|
<wmclass_class>GstMediaPlay</wmclass_class>
|
||||||
Wim Taymans <wim.taymans@tvd.be>,
|
<copyright>(C) 1999-2001 Erik Walthinsen</copyright>
|
||||||
Richard Boulton <richard@tartarus.org>,
|
<authors>Erik Walthinsen <omega@cse.ogi.edu>
|
||||||
Chris Emerson (PPC port),
|
Wim Taymans <wim.taymans@tvd.be>
|
||||||
Ronald Bultje <rbultje@ronald.bitfreak.net>,
|
Richard Boulton <richard@tartarus.org>
|
||||||
|
Chris Emerson (PPC port)
|
||||||
|
Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
Arik Devens <arik@gnome.org>
|
Arik Devens <arik@gnome.org>
|
||||||
</authors>
|
</authors>
|
||||||
<comments>A generic media player for the gstreamer streaming media framework.</comments>
|
<comments>A generic media player for the gstreamer streaming media framework.</comments>
|
||||||
|
@ -487,6 +491,8 @@ Arik Devens <arik@gnome.org>
|
||||||
<allow_shrink>False</allow_shrink>
|
<allow_shrink>False</allow_shrink>
|
||||||
<allow_grow>True</allow_grow>
|
<allow_grow>True</allow_grow>
|
||||||
<auto_shrink>False</auto_shrink>
|
<auto_shrink>False</auto_shrink>
|
||||||
|
<wmclass_name>filesel</wmclass_name>
|
||||||
|
<wmclass_class>GstMediaPlay</wmclass_class>
|
||||||
<show_file_op_buttons>True</show_file_op_buttons>
|
<show_file_op_buttons>True</show_file_op_buttons>
|
||||||
|
|
||||||
<widget>
|
<widget>
|
||||||
|
|
Loading…
Reference in a new issue