GNOME Bugzilla – Bug 676786
Add support for YUV420P10(or P010)
Last modified: 2012-09-24 18:27:39 UTC
To use gst-ffmpeg for hi10p playback, we require add YUV420P10 to VideoFormat. see also: https://bugzilla.gnome.org/show_bug.cgi?id=665034
commit 59d8d73aa206ab01f6e85de3570ede7815eab840 have fixed this.
> commit 59d8d73aa206ab01f6e85de3570ede7815eab840 have fixed this. Not quite yet. That only added the format to the format list, we still need getline/putline implementations so that videoconvert can convert it to other formats and the video can actually be shown.
Sure, I just can not wait :)