After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676786 - Add support for YUV420P10(or P010)
Add support for YUV420P10(or P010)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-25 02:23 UTC by 宋文武
Modified: 2012-09-24 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description 宋文武 2012-05-25 02:23:05 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
Comment 1 宋文武 2012-05-26 07:12:01 UTC
commit 59d8d73aa206ab01f6e85de3570ede7815eab840 have fixed this.
Comment 2 Tim-Philipp Müller 2012-05-26 10:13:41 UTC
> 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.
Comment 3 宋文武 2012-05-26 10:21:57 UTC
Sure, I just can not wait :)