mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
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.
This commit is contained in:
parent
f0186a5ba2
commit
b707fb9176
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
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),
|
||||
|
|
Loading…
Reference in a new issue