diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2004-08-03 14:09:25 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2004-08-03 14:09:25 +0000 |
commit | 3a7e84664890ba9c3dc2e08b9248a127d03d056b (patch) | |
tree | 11d1dcd2c45bbd665fe37413bc2160ebaca71672 | |
parent | a797dc485aedb89646cb0911c8aefe02f9d5ccc2 (diff) | |
download | gst-plugins-bad-3a7e84664890ba9c3dc2e08b9248a127d03d056b.tar.gz gst-plugins-bad-3a7e84664890ba9c3dc2e08b9248a127d03d056b.tar.bz2 gst-plugins-bad-3a7e84664890ba9c3dc2e08b9248a127d03d056b.zip |
Use gdouble when calculating pixel-aspect-ratio
Original commit message from CVS:
Use gdouble when calculating pixel-aspect-ratio
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-08-04 Jan Schmidt <thaytan@mad.scientist.com> + + * sys/ximage/ximagesink.c: + (gst_ximagesink_calculate_pixel_aspect_ratio): + * sys/xvimage/xvimagesink.c: + (gst_xvimagesink_calculate_pixel_aspect_ratio): + Make sure we calculate pixel-aspect-ratio using floating point maths + 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org> * po/uk.po: |