diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-27 15:56:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-27 15:56:55 +0000 |
commit | fdc3cfac7c995f06153ffc9198d702ddf9d7384f (patch) | |
tree | 4435402e3709d225b5adae7c67ea4d93b4447413 | |
parent | 59fc2eea147923b832eb290a016577dcdbf91aff (diff) |
add _get_size function with stride, fixes YUV conversions
Original commit message from CVS:
add _get_size function with stride, fixes YUV conversions
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org> + * gst/videoscale/README: + add testing examples + * gst/videoscale/gstvideoscale.c: (gst_videoscale_link), + (gst_videoscale_chain): + * gst/videoscale/videoscale.c: (gst_videoscale_setup), + (gst_videoscale_get_size): + add get_size function that handles stride like videotestsrc. + fixes conversion for YUV formats for as much as I can test them. + +2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org> + * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls), |