gst-libs/gst/video/video.c: YV12 is I420 with swapped components 1 and 2, so the...
authorTim-Philipp Müller <tim@centricular.net>
Sun, 2 Mar 2008 18:07:10 +0000 (18:07 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 2 Mar 2008 18:07:10 +0000 (18:07 +0000)
commitd3273657f0e14ea5a0a5ae2b2e35ad612a51ae19
tree5e120c71b617463311e125a37fd81ee6ad380cb6
parentfac95d0eedea8d551b4b12f74ebb1519ef0aa470
gst-libs/gst/video/video.c: YV12 is I420 with swapped components 1 and 2, so the offset of component 1 for I420 shoul...

Original commit message from CVS:
* gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
YV12 is I420 with swapped components 1 and 2, so the offset of
component 1 for I420 should be the offset for component 2 for YV12
and vice versa.
ChangeLog
gst-libs/gst/video/video.c