[Bug 758385] New: [PATCH] souphttpclientsink: add "aggregate-gops" property to process GOPs as a whole

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 20 03:05:05 PST 2015


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

            Bug ID: 758385
           Summary: [PATCH] souphttpclientsink: add "aggregate-gops"
                    property to process GOPs as a whole
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Mac OS
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: minfrin at sharp.fm
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 315951
  --> https://bugzilla.gnome.org/attachment.cgi?id=315951&action=edit
souphttpclientsink: add "aggregate-gops" property to process GOPs as a whole

This property can be used to make sure that each file part starts cleanly with
a key frame and the appropriate headers.

In order for this property to work correctly, upstream elements should make
sure than any headers that need to be written in a standalone file are:
1) in the streamheader caps field
2) and/or in the stream as one or more buffers marked with
GST_BUFFER_FLAG_HEADER
   that are just before the keyframe buffer

This is useful for MPEG-TS/MPEG-PS file segmenting in
combination with mpegtsmux or mpegpsmux.

Based on original patch for multifilesink:

http://lists.freedesktop.org/archives/gstreamer-commits/2015-May/087077.html

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