[gstreamer-bugs] [Bug 380825] New: make avimux accept video/mpeg in versions 1, 2 and 4

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Nov 30 01:58:12 PST 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=380825

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

           Summary: make avimux accept video/mpeg in versions 1, 2 and 4
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: trivial
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: alet at librelogiciel.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


avimux only accepts version 1 of video/mpeg as input. This untested patch
should fix the problem :

Index: gstavimux.c
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-good/gst/avi/gstavimux.c,v
retrieving revision 1.87
diff -u -r1.87 gstavimux.c
--- gstavimux.c 16 Oct 2006 18:22:46 -0000      1.87
+++ gstavimux.c 30 Nov 2006 09:55:34 -0000
@@ -136,7 +136,7 @@
         "width = (int) [ 16, 4096 ], "
         "height = (int) [ 16, 4096 ], "
         "framerate = (fraction) [ 0, MAX ], "
-        "mpegversion = (int) 1, "
+        "mpegversion = (int) { 1,2,4 }, "
         "systemstream = (boolean) FALSE; "
         "video/x-h263, "
         "width = (int) [ 16, 4096 ], "


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




More information about the Gstreamer-bugs mailing list