gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2 and...
authorTim-Philipp Müller <tim@centricular.net>
Sun, 28 Jan 2007 18:28:33 +0000 (18:28 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 28 Jan 2007 18:28:33 +0000 (18:28 +0000)
commit726254bddeee64ec388a3cca31d6a0c6663f00d0
treec044e4d7160b038134ba7263ff5c3e4e9d4a1bf6
parent75ccb474685404a825345118cd1d508bf857e457
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.
gst/videocrop/gstvideocrop.c
tests/icles/videocrop-test.c