[Bug 756687] New: Patch to add dump-max-size property to fakesink,fakesrc,identity

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 16 04:16:38 PDT 2015


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

            Bug ID: 756687
           Summary: Patch to add dump-max-size property to
                    fakesink,fakesrc,identity
    Classification: Platform
           Product: GStreamer
           Version: 1.4.5
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: james at stev.org
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 313453
  --> https://bugzilla.gnome.org/attachment.cgi?id=313453&action=edit
Patch to limit size of buffer to be dumped when dump=true on
fakesrc,fakesink,identity

Limits the amount of buffer to be dumped to stdout when dump=true is on
fakesrc, fakesink and identity elements.

It does this by adding dump-max-size property which specifics the number of
bytes to dump.

Example:

videotestsrc ! fakesink dump=true dump-max-size=50

will dump the first 50 bytes instead of the whole buffer.

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