After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756687 - Patch to add dump-max-size property to fakesink,fakesrc,identity
Patch to add dump-max-size property to fakesink,fakesrc,identity
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.4.5
Other Windows
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-16 11:16 UTC by James Stevenson
Modified: 2018-11-03 12:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to limit size of buffer to be dumped when dump=true on fakesrc,fakesink,identity (11.09 KB, application/mbox)
2015-10-16 11:16 UTC, James Stevenson
Details

Description James Stevenson 2015-10-16 11:16:38 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.
Comment 1 GStreamer system administrator 2018-11-03 12:30:01 UTC
-- 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.