diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-01-12 05:53:46 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-01-12 05:53:46 +0000 |
commit | b1ca5dd2e2389ee0e8358a34565a805daea6b0ca (patch) | |
tree | c4108e4a7334eeced1d4824ae34a94aebc9cfd62 /ChangeLog | |
parent | 3b12894436aaeaafd061caba3e1f222355107b1b (diff) |
ext/gdk_pixbuf/pixbufscale.*: to ensure rowstrides are calculated the same way as ffmpegcolorspace.
Original commit message from CVS:
* ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
(pixbufscale_scale), (gst_pixbufscale_chain):
* ext/gdk_pixbuf/pixbufscale.h:
Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
to ensure rowstrides are calculated the same way as
ffmpegcolorspace.
Use gst_buffer_stamp instead of copying timestamps manually, so
that we pick up duration and offset also.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2005-01-12 Jan Schmidt <thaytan@mad.scientist.com> + + * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link), + (pixbufscale_scale), (gst_pixbufscale_chain): + * ext/gdk_pixbuf/pixbufscale.h: + Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net> + to ensure rowstrides are calculated the same way as + ffmpegcolorspace + Use gst_buffer_stamp instead of copying TIMESTAMP manually, so + that we pick up duration and offset also. + 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/avi/gstavimux.c: (gst_avimux_class_init), |