mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +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_grow>True</allow_grow>
|
||||
<auto_shrink>True</auto_shrink>
|
||||
<wmclass_name>gstmediaplay</wmclass_name>
|
||||
<wmclass_class>GstMediaPlay</wmclass_class>
|
||||
<enable_layout_config>True</enable_layout_config>
|
||||
|
||||
<widget>
|
||||
|
@ -465,12 +467,14 @@
|
|||
<class>GnomeAbout</class>
|
||||
<name>about</name>
|
||||
<modal>True</modal>
|
||||
<copyright>(C) 1999-2000 Erik Walthinsen</copyright>
|
||||
<authors>Erik Walthinsen <omega@cse.ogi.edu>,
|
||||
Wim Taymans <wim.taymans@tvd.be>,
|
||||
Richard Boulton <richard@tartarus.org>,
|
||||
Chris Emerson (PPC port),
|
||||
Ronald Bultje <rbultje@ronald.bitfreak.net>,
|
||||
<wmclass_name>about</wmclass_name>
|
||||
<wmclass_class>GstMediaPlay</wmclass_class>
|
||||
<copyright>(C) 1999-2001 Erik Walthinsen</copyright>
|
||||
<authors>Erik Walthinsen <omega@cse.ogi.edu>
|
||||
Wim Taymans <wim.taymans@tvd.be>
|
||||
Richard Boulton <richard@tartarus.org>
|
||||
Chris Emerson (PPC port)
|
||||
Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
Arik Devens <arik@gnome.org>
|
||||
</authors>
|
||||
<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_grow>True</allow_grow>
|
||||
<auto_shrink>False</auto_shrink>
|
||||
<wmclass_name>filesel</wmclass_name>
|
||||
<wmclass_class>GstMediaPlay</wmclass_class>
|
||||
<show_file_op_buttons>True</show_file_op_buttons>
|
||||
|
||||
<widget>
|
||||
|
|
Loading…
Reference in a new issue