[gstreamer-bugs] [Bug 407780] New: avimux does not handle video/x-h264

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Feb 14 00:15:58 PST 2007


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=407780

  GStreamer | gst-plugins-good | Ver: HEAD CVS

           Summary: avimux does not handle video/x-h264
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ensonic at sonicpulse.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


avimux seems do not handle video/x-h264.
Though caps could support handle video/x-h264, gst_avi_mux_vidsink_set_caps
reject such input caps,
it will turn out "refuse_caps" instead.

adding these could handle such problem,
} else if (!strcmp (mimetype, "video/x-h264")) {
    avimux->vids.compression = GST_MAKE_FOURCC ('H', '2', '6', '4');

reported by zhangfei gao <gaozhangfei at yahoo.com.cn>
http://sourceforge.net/mailarchive/forum.php?thread_id=31655581&forum_id=5947


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list