summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-01-12 05:53:46 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-01-12 05:53:46 +0000
commitc393e1935d355ea829b0f8ddfd617dcb116da392 (patch)
tree1339e0b73da640ba24fe8cd03676512d6b954654
parent7187347b629e4a98b7ebfd3a3170ede3345168d0 (diff)
downloadgst-plugins-bad-c393e1935d355ea829b0f8ddfd617dcb116da392.tar.gz
gst-plugins-bad-c393e1935d355ea829b0f8ddfd617dcb116da392.tar.bz2
gst-plugins-bad-c393e1935d355ea829b0f8ddfd617dcb116da392.zip
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.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b0f0e28..ea81384b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),