[Bug 797344] gst-inspect: Pipe stdout to less if not piped already

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Oct 28 11:53:04 UTC 2018


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

--- Comment #11 from Zeeshan Ali <zeeshanak at gnome.org> ---
Review of attachment 374067:
 --> (https://bugzilla.gnome.org/review?bug=797344&attachment=374067)

::: tools/gst-inspect.c
@@ +1716,3 @@
+
+      while ((count = read (STDIN_FILENO, buffer, sizeof (buffer) - 1)) > 0)
+        write (STDOUT_FILENO, buffer, count);

for the write or read or both?

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