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 339047 - [riff] handle H264 fourcc in addition to h264
[riff] handle H264 fourcc in addition to h264
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 338767
 
 
Reported: 2006-04-19 15:58 UTC by Tim-Philipp Müller
Modified: 2006-04-22 21:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (615 bytes, patch)
2006-04-19 16:01 UTC, Tim-Philipp Müller
accepted-commit_after_freeze Details | Review

Description Tim-Philipp Müller 2006-04-19 15:58:15 UTC
I'd like to get a one-line addition to riff-media.c into the upcoming base release:

--- riff-media.c        23 Mar 2006 09:38:59 -0000      1.62
+++ riff-media.c        19 Apr 2006 15:55:36 -0000
@@ -217,6 +217,7 @@ gst_riff_create_video_caps (guint32 code
         *codec_name = g_strdup ("Intel H.263");
       break;

+    case GST_MAKE_FOURCC ('H', '2', '6', '4'):
     case GST_MAKE_FOURCC ('h', '2', '6', '4'):
       caps = gst_caps_new_simple ("video/x-h264", NULL);
       if (codec_name)


as this blocks bug #338767.
Comment 1 Tim-Philipp Müller 2006-04-19 16:01:38 UTC
Created attachment 63879 [details] [review]
patch
Comment 2 Thomas Vander Stichele 2006-04-22 21:19:22 UTC
commited to head
Comment 3 Thomas Vander Stichele 2006-04-22 21:19:38 UTC
commited to head