diff options
| author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-27 15:59:09 +0000 | 
|---|---|---|
| committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-27 15:59:09 +0000 | 
| commit | ffc787b6ab3dd830e18e2d339fcb94906a946689 (patch) | |
| tree | 1970d7d918176835761a3b54bb11e614a04450b3 | |
| parent | fdc3cfac7c995f06153ffc9198d702ddf9d7384f (diff) | |
handle stride correctly
Original commit message from CVS:
handle stride correctly
| -rw-r--r-- | ChangeLog | 8 | 
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@  2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org> +	* gst/ffmpegcolorspace/gstffmpegcolorspace.c: +	(gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain): +	* gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill): +	  handle stride, needs work if we want to move stride handling +	  upstream, but works correctly for our purposes. + +2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org> +  	* gst/videoscale/README:  	  add testing examples  	* gst/videoscale/gstvideoscale.c: (gst_videoscale_link),  | 
