gst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV->I420 formats.
authorDejan Sakelšak <sakdean@gmail.com>
Mon, 28 May 2007 15:01:33 +0000 (15:01 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 28 May 2007 15:01:33 +0000 (15:01 +0000)
commit82a509fdfd79dd72f33dd25b02f969e281c5667d
tree7d58cf3b965cc700387db5694c8b0fe791df97d6
parente81c80a481eef774ec3cc3d10b04181efc27db10
gst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV->I420 formats.

Original commit message from CVS:
Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
* gst/videobox/gstvideobox.c: (gst_video_box_class_init),
(gst_video_box_set_property), (gst_video_box_transform_caps),
(video_box_recalc_transform), (gst_video_box_set_caps),
(gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
(gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
(UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
(gst_video_box_i420_i420), (gst_video_box_transform),
(plugin_init):
Add AYUV->AYUV and AYUV->I420 formats.
Fix negotiation and I420->AYUV conversion.
Fixes #429329.
ChangeLog
gst/videobox/gstvideobox.c