diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-11-03 15:46:14 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-11-03 15:46:14 +0000 |
commit | eb0a1c041f503f3830dbda4a2e579733380d7f90 (patch) | |
tree | 35aef081f170c4a00c83005c359b59dc2a90475c | |
parent | 928610009f0850f2a8a8daf0ea3d2989ce09f818 (diff) |
gst/ffmpegcolorspace/: Use correct _fill function to get correct strides.
Original commit message from CVS:
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
(gst_ffmpegcsp_avpicture_fill):
* gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
(avpicture_alloc):
* gst/ffmpegcolorspace/imgconvert_template.h:
Use correct _fill function to get correct strides.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-11-03 Wim Taymans <wim@fluendo.com> + + * gst/ffmpegcolorspace/gstffmpegcodecmap.c: + (gst_ffmpegcsp_avpicture_fill): + * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size), + (avpicture_alloc): + * gst/ffmpegcolorspace/imgconvert_template.h: + Use correct _fill function to get correct strides. + 2004-11-02 David Schleef <ds@schleef.org> * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header), |