[Bug 751470] encodebin: Fix special case.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 2 07:26:13 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=751470

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.7.1

--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 0c0f80348801cea5f190e6b2024f4c0da5381efd
Author: Mathieu Duponchelle <mathieu.duponchelle at opencreed.com>
Date:   Wed Jun 24 23:55:35 2015 +0200

    encodebin: Fix special case

    Allows to run such a command line :

    gst-launch-1.0 uridecodebin uri=file:///home/meh/Music/sthg.mp4 ! \
    encodebin profile-string="audio/x-wav|1" ! filesink location=sthg.wav

    Previously the code failed because wavenc is considered as a muxer.
    We still want encodebin to audio/x-wav as an AudioEncodingProfile,
    so this simple fix allows that.

    Ability to mux raw streams in containers such as matroskamux
    is a different issue.

    https://bugzilla.gnome.org/show_bug.cgi?id=751470

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