mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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.
This commit is contained in:
parent
025a49b2a8
commit
1c1a9dd6aa
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
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:
|
||||
|
|
Loading…
Reference in a new issue