summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-07-27 15:56:55 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-07-27 15:56:55 +0000
commit8101722d34a1191468b888ed9a5f734dc27bd4e0 (patch)
tree3d8966d626684596e222fbe491bef52caa16fd63 /ChangeLog
parent2cbbf78149ece30fcb71f9917b3b341ce6631cf2 (diff)
downloadgst-plugins-bad-8101722d34a1191468b888ed9a5f734dc27bd4e0.tar.gz
gst-plugins-bad-8101722d34a1191468b888ed9a5f734dc27bd4e0.tar.bz2
gst-plugins-bad-8101722d34a1191468b888ed9a5f734dc27bd4e0.zip
add _get_size function with stride, fixes YUV conversions
Original commit message from CVS: add _get_size function with stride, fixes YUV conversions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5602a2be..e1ad2940 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),