pycousin / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

Inverted Video rescaling #385

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Choose a video to play with gnome-mplayer
2. Try to change the image dimensions
3. Height and width will be inverted one for another

What is the expected output? What do you see instead?
I excpect a regular rescaling of the image, but the actual result is 
height and width are inverted

What version of the product are you using? On what operating system?
Running "gnome-mplayer-0.9.9.2", on Gentoo GNU/Linux

Please provide any additional information below.
See attached file for the actual result of the wrong scaling

Original issue reported on code.google.com by mohaalig...@gmail.com on 24 Apr 2010 at 8:55

Attachments:

GoogleCodeExporter commented 8 years ago
Unable to duplicate... probably has something to do with the aspect you have 
selected
and the media file, please run gnome-mplayer with the -v option and paste the 
output. 

Does it do this if the default aspect is selected?

Original comment by kdeko...@gmail.com on 24 Apr 2010 at 10:27

GoogleCodeExporter commented 8 years ago
Please retest SVN...

Original comment by kdeko...@gmail.com on 4 May 2010 at 9:22

GoogleCodeExporter commented 8 years ago
Any updates on these please?

Original comment by kdeko...@gmail.com on 17 Jun 2010 at 3:17

GoogleCodeExporter commented 8 years ago
I experienced this on 0.9.9.2, last version available on gentoo linux. Maybe I 
can provide you with debug info ?  but it really doesn't depend on original 
aspect. Whatever is the original ratio, changing it with the gnome-mplayer menu 
results in some odd aspect..
** GDB ----------------------

% gdb gnome-mplayer                                       [0.18 0.09 - 66% 21%]

warning: Can not parse XML syscalls information; XML support was disabled at 
compile time.
GNU gdb (Gentoo 7.0.1 p1) 7.0.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /usr/bin/gnome-mplayer...(no debugging symbols 
found)...done.
(gdb) r
Starting program: /usr/bin/gnome-mplayer 
[Thread debugging using libthread_db enabled]
[New Thread 0xb41dab70 (LWP 3009)]
[New Thread 0xb39d9b70 (LWP 3010)]
[New Thread 0xb31d8b70 (LWP 3011)]
[New Thread 0xb29d7b70 (LWP 3012)]
[New Thread 0xb21d6b70 (LWP 3013)]
[New Thread 0xb19d5b70 (LWP 3014)]
[New Thread 0xb11d4b70 (LWP 3015)]
[New Thread 0xb09d3b70 (LWP 3016)]
[New Thread 0xb01d2b70 (LWP 3017)]
[New Thread 0xaf9d1b70 (LWP 3018)]
media size = 0 x 0
media size = 640 x 360
[New Thread 0xaed87b70 (LWP 3023)]
media size = 640 x 360
media size = 640 x 360
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
media size = 640 x 640
[Thread 0xaed87b70 (LWP 3023) exited]
[Thread 0xaf9d1b70 (LWP 3018) exited]
[Thread 0xb21d6b70 (LWP 3013) exited]
[Thread 0xb01d2b70 (LWP 3017) exited]
[Thread 0xb09d3b70 (LWP 3016) exited]
[Thread 0xb39d9b70 (LWP 3010) exited]
[Thread 0xb41dab70 (LWP 3009) exited]
[Thread 0xb19d5b70 (LWP 3014) exited]
[Thread 0xb11d4b70 (LWP 3015) exited]
[Thread 0xb29d7b70 (LWP 3012) exited]
[Thread 0xb31d8b70 (LWP 3011) exited]

Program exited normally.
(gdb) 

** END OF GDB--------------- 

See in this example. Once i try to change the ratio from the original 640x360, 
it will become 640x640 for good.

Original comment by mohaalig...@gmail.com on 17 Jun 2010 at 4:03

GoogleCodeExporter commented 8 years ago
please run with the -v option, the output you have given doesn't show anything. 
And please test from SVN. There have been almost 100 changes since 0.9.9.2 was 
released.

Original comment by kdeko...@gmail.com on 17 Jun 2010 at 4:20

GoogleCodeExporter commented 8 years ago
[Fixed] in SVN
Aspect ratio rescaling works now  ;  [Tested] on 2010/07/11

Original comment by mohaalig...@gmail.com on 11 Jul 2010 at 7:48

GoogleCodeExporter commented 8 years ago
Glad that it works, but I don't recall changing anything to make this work.

Original comment by kdeko...@gmail.com on 11 Jul 2010 at 1:56