[Bug 748619] "decodebin ! encodebin" woes

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 29 05:54:45 PDT 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk
   Target Milestone|git master                  |NONE
           Severity|blocker                     |normal

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
That decodebin ! encodebin only encodes one stream is expected behaviour,
that's just how the pipeline syntax works. You have to explicitly link each
stream, which also requires knowledge about how many streams there are, so
realistically  you want to write some code (python, C, whatever) that handles
that dynamically.


As for the crash (access violation), we would need a stack trace from a
debugger to see where it crashed exactly.

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