[Bug 752214] ipc: new elements for multi-process pipelines
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Aug 1 11:47:14 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=752214
George Kiagiadakis <gkiagia at tolabaki.gr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.13.1
--- Comment #55 from George Kiagiadakis <gkiagia at tolabaki.gr> ---
commit d3920aa2a902405a9d455d270445037e163135ab
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date: Tue Aug 1 13:26:38 2017 +0300
meson: enable building the ipcpipeline plugin
commit e97877dc7e107f0ae514325a86c0cbac77653e9b
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date: Wed Jul 5 16:56:24 2017 +0300
tests/examples: add manual tests/examples for the ipcpipeline elements
ipcpipeline1 is a very simple test that shows a short videotestsrc
fragment.
ipc-play is a clone of gst-play that splits the pipeline in two
processes, running the source & demuxer on the master process
and the decoders & sinks on the slave.
commit 35a01f41ce312b53a2ad82ce8a65b3561c3abf81
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date: Wed Jul 5 16:53:48 2017 +0300
tests/check: add automatic unit test suite for the ipcpipeline elements
All tests run within a common framework for splitting processes
and making them interract properly with the gst check system.
commit 3089d142b015d9c8fcf0c9b25ce0c6c705f4be7d
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date: Wed Jul 5 16:50:22 2017 +0300
ipcpipeline: introduce new plugin for inter-process pipelines
These elements allow splitting a pipeline across several processes,
with communication done by the ipcpipelinesink and ipcpipelinesrc
elements. The main use case is to split a playback pipeline into
a process that runs networking, parser & demuxer and another process
that runs the decoder & sink, for security reasons.
https://bugzilla.gnome.org/show_bug.cgi?id=752214
--
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