GNOME Bugzilla – Bug 756687
Patch to add dump-max-size property to fakesink,fakesrc,identity
Last modified: 2018-11-03 12:30:01 UTC
Created attachment 313453 [details] 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.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/131.