diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-07-07 18:38:54 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-07-07 18:38:54 +0000 |
commit | 1c1a9dd6aaad300daca94549f9cff3b9dc61dd7f (patch) | |
tree | e6abf8ed6bfb6d4b39e857b5f8025633ce068245 /ChangeLog | |
parent | 025a49b2a863df3e78e8e7b2e04957de80e11fa6 (diff) | |
download | gst-plugins-bad-1c1a9dd6aaad300daca94549f9cff3b9dc61dd7f.tar.gz gst-plugins-bad-1c1a9dd6aaad300daca94549f9cff3b9dc61dd7f.tar.bz2 gst-plugins-bad-1c1a9dd6aaad300daca94549f9cff3b9dc61dd7f.zip |
gst/videobox/gstvideobox.c: Logic was reversed. Needs some more fixes in the transform function to include AYUV output.
Original commit message from CVS:
* gst/videobox/gstvideobox.c: (gst_video_box_init),
(gst_video_box_transform_caps), (gst_video_box_set_caps):
Logic was reversed. Needs some more fixes in the transform
function to include AYUV output.
Moved AYUV as prefered format.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2005-07-07 Wim Taymans <wim@fluendo.com> + * gst/videobox/gstvideobox.c: (gst_video_box_init), + (gst_video_box_transform_caps), (gst_video_box_set_caps): + Logic was reversed. Needs some more fixes in the transform + function to include AYUV output. + Moved AYUV as prefered format. + +2005-07-07 Wim Taymans <wim@fluendo.com> + * configure.ac: * ext/dv/Makefile.am: * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init), |