gst/videoscale/gstvideoscale.c: Don't claim to be able to handle/transform caps that...
authorTim-Philipp Müller <tim@centricular.net>
Sat, 22 Dec 2007 12:06:47 +0000 (12:06 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 22 Dec 2007 12:06:47 +0000 (12:06 +0000)
commitbd01fd3a5761b054cf8aa0bead183bde98c8ea86
treeebbf7ea7b406aa206778375e13f084026cbc32c1
parentd605ca3ba23f1d3cbcf025dd4411181411b67ee7
gst/videoscale/gstvideoscale.c: Don't claim to be able to handle/transform caps that can't really be handled by the c...

Original commit message from CVS:
* gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
(gst_video_scale_get_property), (gst_video_scale_transform_caps),
(gst_video_scale_transform):
Don't claim to be able to handle/transform caps that can't really
be handled by the currently selected scaling method (here: RGB or
packed YUV with 4-tap method). Also add locking to method property.
* tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
(test_basetransform_based):
Some test pipelines for the above (not entirely valgrind clean yet
apparently).
ChangeLog
gst/videoscale/gstvideoscale.c
tests/check/pipelines/simple-launch-lines.c