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 330653 - Fourcc "h263" missing in riff-media.c
Fourcc "h263" missing in riff-media.c
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.0
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-10 12:15 UTC by Tommi Myöhänen
Modified: 2006-02-10 12:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trivial patch to add "h263" fourcc into riff-media.c (371 bytes, patch)
2006-02-10 12:16 UTC, Tommi Myöhänen
none Details | Review

Description Tommi Myöhänen 2006-02-10 12:15:52 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:
Comment 1 Tommi Myöhänen 2006-02-10 12:16:29 UTC
Created attachment 59068 [details] [review]
Trivial patch to add "h263" fourcc into riff-media.c
Comment 2 Tommi Myöhänen 2006-02-10 12:33:29 UTC
Uh oh. This seems to be already fixed in latest GStreamer. Invalidating the bug.