diff options
author | David Schleef <ds@schleef.org> | 2005-04-13 18:07:31 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2005-04-13 18:07:31 +0000 |
commit | 7572c8532ec30e5050c58d4e769119a943cfa1ce (patch) | |
tree | 2d2cdbdeddc3cc6091d790c917704440b1895168 /ChangeLog | |
parent | ca72c183a0d904074c3e8e021332419d01987353 (diff) | |
download | gst-plugins-bad-7572c8532ec30e5050c58d4e769119a943cfa1ce.tar.gz gst-plugins-bad-7572c8532ec30e5050c58d4e769119a943cfa1ce.tar.bz2 gst-plugins-bad-7572c8532ec30e5050c58d4e769119a943cfa1ce.zip |
gst/videotestsrc/videotestsrc.c: Fix rounding problem that causes rendering errors. (Fixes: #300469)
Original commit message from CVS:
* gst/videotestsrc/videotestsrc.c: (gst_videotestsrc_smpte):
Fix rounding problem that causes rendering errors. (Fixes:
#300469)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-04-13 David Schleef <ds@schleef.org> + + * gst/videotestsrc/videotestsrc.c: (gst_videotestsrc_smpte): + Fix rounding problem that causes rendering errors. (Fixes: + #300469) + 2005-04-12 Wim Taymans <wim@fluendo.com> * ext/theora/theoraenc.c: (theora_enc_sink_link): |