[Bug 692698] New: oggenc with cbr=false (and even cbr=true) crashes

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 28 03:48:20 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=692698
  GStreamer | gst-plugins-bad | 0.10.23

           Summary: oggenc with cbr=false (and even cbr=true) crashes
    Classification: Platform
           Product: GStreamer
           Version: 0.10.23
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: martin at brodbeck-online.de
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


It's not possible to use VBR with oggenc since it crashes if you try to use
cbr=false.

For example:
gst-launch audiotestsrc wave=sine num-buffers=100 ! audioconvert ! opusenc !
oggmux ! filesink location=sine.opus
works without any problems.

But it is not possible to use the cbr option. cbr=false and even cbr=true
causes a crash:
gst-launch audiotestsrc wave=sine num-buffers=100 ! audioconvert ! opusenc
cbr=false ! oggmux ! filesink location=sine.opus

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