[gstreamer-bugs] [Bug 397759] Xingmux may not write a proper Xing/VBR header

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Feb 14 08:55:48 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=397759

  GStreamer | gst-plugins-bad | Ver: 0.10.4


Aaron Bockover changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO




------- Comment #23 from Aaron Bockover  2007-02-14 16:53 UTC -------
(In reply to comment #21)
> Hmm, the banshee pipeline adds the xing header after the tag... 

No, it doesn't - Christian said this was the resulting pipeline based on his
LAME configuration:

audioconvert ! lame mode=4 vbr=4 vbr-quality=1 ! xingmux ! id3v2mux

And the expression that builds it...

    ...
    (if (and 
        (!= vbr_mode 0) 
        (gst-element-is-available "xingmux")) 
            "xingmux" 
            "")
    (if (gst-element-is-available "id3v2mux")
        "id3v2mux"
        "id3mux"))

Not sure what you mean by your comment - the elements are in the right order
(xingmux ! id3v2mux).


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




More information about the Gstreamer-bugs mailing list