add _get_size function with stride, fixes YUV conversions

Original commit message from CVS:
add _get_size function with stride, fixes YUV conversions
This commit is contained in:
Thomas Vander Stichele 2004-07-27 15:56:55 +00:00
parent 47bf1e6034
commit 0b95956e9a

View file

@ -1,3 +1,14 @@
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),