[gstreamer-bugs] [Bug 641332] New: can't connect vorbisenc ! queue ! matroskamux

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 3 03:09:38 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=641332
  GStreamer | gst-plugins-good | git

           Summary: can't connect vorbisenc ! queue ! matroskamux
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bug-track at fisher-privat.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


hallo i have trouble to connect this pipe "vorbisenc ! queue ! matroskamux"

if i move queue before vorbisenc, (queue ! vorbisenc ! matroskamux) will work
ok. The same is with webmmux.

oggmux works fine with all wariants.

here is compleete example:
gst-launch filesrc location=stream.dump ! mpegpsdemux name=demux   oggmux
name=mux ! filesink location=out_audio.ogg   demux.audio_80 ! a52dec mode=2 !
audiorate tolerance=50000000 ! audioconvert ! audioresample !
audio/x-raw-float,rate=44100,channels=2 !       taginject
tags="language-code=eng" ! vorbisenc ! queue  ! mux.   demux.audio_81 ! a52dec
mode=2 ! audiorate tolerance=50000000 ! audioconvert ! audioresample !
audio/x-raw-float,rate=44100,channels=2 !       taginject
tags="language-code=ger" !  vorbisenc ! queue

-- 
Configure bugmail: https://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