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 555319 - add FFV1 fourcc to riff-media
add FFV1 fourcc to riff-media
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-06 23:34 UTC by j^
Modified: 2008-10-08 09:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
and a patch adding the fourcc (1.10 KB, patch)
2008-10-06 23:34 UTC, j^
committed Details | Review

Description j^ 2008-10-06 23:34:19 UTC
adding the FFV1 fourcc to riff-media totem can play back files created with mencoder/ffmpeg with the FFV1 codec (FFMPEG lossless video)
Comment 1 j^ 2008-10-06 23:34:54 UTC
Created attachment 120070 [details] [review]
and a patch adding the fourcc
Comment 2 Sebastian Dröge (slomo) 2008-10-08 09:21:55 UTC
2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

	Patch by: Jan Gerber <j at oil21 dot org>

	* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
	(gst_riff_create_video_template_caps):
	Add FFV1 fourcc to support playback of FFMPEG lossless video
	in AVI. Fixes bug #555319.