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

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


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

--- Comment #9 from Zeeshan Ali <zeeshanak at gnome.org> ---
Created attachment 374076
  --> https://bugzilla.gnome.org/attachment.cgi?id=374076&action=edit
DOESNT WORK: gst-inspect: Pipe stdout to less if not piped already

That's my attempt of using g_spawn_async_with_pipes instead. I also tried
treating the returned child_stdin as the pipe itself and dup'ing the STDOUT fd
over it (if that makes any sense) but that didn't work either. I think I'll
have to manually create channels for both stdout and child_stdin and feed the
data from former to the lattter.

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