[Bug 773895] New: Enable splitmuxsink use with encodebin

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 3 13:44:41 UTC 2016


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

            Bug ID: 773895
           Summary: Enable splitmuxsink use with encodebin
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: thaytan at noraisin.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

At the moment, it's not possible to use splitmuxsink with encodebin, because
encodebin outputs already-muxed content to a single ALWAYS src pad.

To work with splitmuxsink, we need to delegate both the muxing and output to an
internal element.

Attaching patches that create a new encodebin which has no source pad and does
the required delegation. I've called it splitencodebin because that's the
primary use case, but really it could be used for other purposes too. If anyone
has a better more-generic name, speak up. Or, we could call it 'encodebin2' and
give it a SOMETIMES src pad that makes it work as the current encodebin does.

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