mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
Added a ChangeLog as per hadess' sugesstion, and added myself as an author.
Original commit message from CVS: Added a ChangeLog as per hadess' sugesstion, and added myself as an author.
This commit is contained in:
parent
861256b0db
commit
d6b32ac2f9
2 changed files with 22 additions and 1 deletions
20
gstplay/ChangeLog
Normal file
20
gstplay/ChangeLog
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
2001-05-20 Arik Devens <arik@gnome.org>
|
||||||
|
|
||||||
|
General code cleanup and moving bits around as well.
|
||||||
|
|
||||||
|
* gstplay.c (gst_play_have_size): Added saving of the source_width
|
||||||
|
and source_height so that changing the size is possible.
|
||||||
|
(gst_play_set_display_size): New function to change the displayed
|
||||||
|
size.
|
||||||
|
|
||||||
|
* callbacks.c (on_original_size_activate): Added a new function to
|
||||||
|
restore the size of the media to it's default.
|
||||||
|
(on_double_size_activate): Added a new function to double the size
|
||||||
|
of the media.
|
||||||
|
(on_full_screen_activate): Added a new function to (theoretically)
|
||||||
|
do full-screen action baby!
|
||||||
|
|
||||||
|
* full-screen.h: New file for full-screen action baby!
|
||||||
|
|
||||||
|
* full-screen.c: New file for full-screen action baby!
|
||||||
|
|
|
@ -470,7 +470,8 @@
|
||||||
Wim Taymans <wim.taymans@tvd.be>,
|
Wim Taymans <wim.taymans@tvd.be>,
|
||||||
Richard Boulton <richard@tartarus.org>,
|
Richard Boulton <richard@tartarus.org>,
|
||||||
Chris Emerson (PPC port),
|
Chris Emerson (PPC port),
|
||||||
Ronald Bultje <rbultje@ronald.bitfreak.net>
|
Ronald Bultje <rbultje@ronald.bitfreak.net>,
|
||||||
|
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>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in a new issue