mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
Work on adding pulsevideosink
Add the beginnings of a pulsevideosink Make a new client-source object for every client that wants to provide a stream. The client will have a handle to write the stream to.
This commit is contained in:
parent
7bb3ae2562
commit
ca7e4602f6
13 changed files with 1232 additions and 23 deletions
|
|
@ -63,6 +63,17 @@
|
|||
<arg type='a{sv}' name='props' direction='in'/>
|
||||
<arg type='o' name='output' direction='out'/>
|
||||
</method>
|
||||
<!-- CreateSourceInput:
|
||||
@props: input properties
|
||||
@source: the new Source1 object path
|
||||
@input: the SourceInput1 object path
|
||||
|
||||
Create a new source and input object with given @props
|
||||
-->
|
||||
<method name='CreateSourceInput'>
|
||||
<arg type='a{sv}' name='props' direction='in'/>
|
||||
<arg type='o' name='input' direction='out'/>
|
||||
</method>
|
||||
</interface>
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue