Fix integer overflow problem with pixel-aspect-ratio calculations in videoscale and...
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 12 May 2006 21:30:00 +0000 (21:30 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 12 May 2006 21:30:00 +0000 (21:30 +0000)
commit34db0838be2e16337f5b76a602ce9551df33f1dd
tree0049210290375df3d50f9a2c4ccdedec9f54edce
parent2f9b081b9fb4b9b8ce4a6c4257a86695853e3237
Fix integer overflow problem with pixel-aspect-ratio calculations in videoscale and xvimagesink (#341542)

Original commit message from CVS:
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
* gst-libs/gst/video/video.h:
* gst/videoscale/Makefile.am:
* gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
* tests/check/Makefile.am:
* tests/check/libs/video.c: (GST_START_TEST), (video_suite),
(main):
Fix integer overflow problem with pixel-aspect-ratio calculations
in videoscale and xvimagesink (#341542)
ChangeLog
docs/libs/gst-plugins-base-libs-docs.sgml
docs/libs/gst-plugins-base-libs-sections.txt
gst-libs/gst/video/video.c
gst-libs/gst/video/video.h
gst/videoscale/Makefile.am
gst/videoscale/gstvideoscale.c
sys/xvimage/xvimagesink.c
tests/check/Makefile.am
tests/check/libs/video.c [new file with mode: 0644]