gst/videobox/gstvideobox.c: Logic was reversed. Needs some more fixes in the transfo...
authorWim Taymans <wim.taymans@gmail.com>
Thu, 7 Jul 2005 18:38:54 +0000 (18:38 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 7 Jul 2005 18:38:54 +0000 (18:38 +0000)
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.

ChangeLog

index 3fa939c..1ed0ecb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),