summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-01-28 18:28:33 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-01-28 18:28:33 +0000
commit3c0fe48e4ad2407f12fb2a528f5e520e336065a2 (patch)
tree7ea07ba1972c0086aed4afb8245d9ebac9014390 /ChangeLog
parent7328c5469819d795eb72ff6da056696a367131a7 (diff)
downloadgst-plugins-bad-3c0fe48e4ad2407f12fb2a528f5e520e336065a2.tar.gz
gst-plugins-bad-3c0fe48e4ad2407f12fb2a528f5e520e336065a2.tar.bz2
gst-plugins-bad-3c0fe48e4ad2407f12fb2a528f5e520e336065a2.zip
gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
Original commit message from CVS: * gst/videocrop/gstvideocrop.c: (gst_video_crop_get_image_details_from_caps), (gst_video_crop_transform_packed_complex): Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY. * tests/icles/videocrop-test.c: (check_bus_for_errors), (test_with_caps), (main): Block streaming thread before changing filter caps while the pipeline is running so that we don't get random not-negotiated errors just because GStreamer can't handle that yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97bd7099..dcdd8651 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-01-28 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/videocrop/gstvideocrop.c:
+ (gst_video_crop_get_image_details_from_caps),
+ (gst_video_crop_transform_packed_complex):
+ Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
+
+ * tests/icles/videocrop-test.c: (check_bus_for_errors),
+ (test_with_caps), (main):
+ Block streaming thread before changing filter caps while the
+ pipeline is running so that we don't get random not-negotiated
+ errors just because GStreamer can't handle that yet.
+
2007-01-28 Stefan Kost <ensonic@users.sf.net>
* ext/ladspa/Makefile.am: