[gstreamer-bugs] [Bug 339047] New: [riff] handle H264 fourcc in addition to h264

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Apr 19 08:58:18 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=339047
 GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: [riff] handle H264 fourcc in addition to h264
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


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.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list