[Bug 734470] New: concat: New element for concatenating streams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 8 02:53:00 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=734470
  GStreamer | gstreamer (core) | git

           Summary: concat: New element for concatenating streams
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: slomo at coaxion.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Code here, with docs and tests:
http://cgit.freedesktop.org/~slomo/gstreamer/log/?h=concat

The element is concatenating streams that are received on request sinkpads. It
switches to the next stream on EOS and makes sure that for TIME segments the
running time is continuous and increasing (and stream time is the same as for
the source stream), and for BYTE segments it makes sure that all the bytes are
concatenated (like "cat file1 file2 > both_files" would do).


I think this should be in core as it's a generic pipeline operation, like
funnel or tee and completely media agnostic too.

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