GNOME Bugzilla – Bug 330653
Fourcc "h263" missing in riff-media.c
Last modified: 2006-02-10 12:33:29 UTC
Please describe the problem: We have found some AVI clips that contain H.263 video stream, but the fourcc is written as "h263" that is not recognized by riff-media.c detection code. Currently it checks only "H263". Here is a trivial patch that adds this new "h263" fourcc. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 59068 [details] [review] Trivial patch to add "h263" fourcc into riff-media.c
Uh oh. This seems to be already fixed in latest GStreamer. Invalidating the bug.