• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Pipewireパッケージ(ちょっと変更)


RSS
Révision l'heure Auteur
2b1558d 2015-04-27 16:45:01 Wim Taymans

removed olf files

417cd76 2015-04-27 16:05:14 Wim Taymans

subscribe: rework some more

Track senders in the subscribe object and aggregate events from all
connected clients. This allows each client to get a complete view of all
the objects of pulsevideo. With all the source objects available, we can
then to the selection of the source on each client.

Remove the CreatSourceOutput on the Client1 object but let the client
select a good source and call CreateSourceOutput directly on the source.
This avoid going through the server to get a connection and the client
can just as well select a source.
Add a state property to the source and make it such that it can do async
state changes.

Remove the source provider object, each client can now directly see the
objects of another clients so there is no need for intermediate objects
in the server.

89c7955 2015-04-22 23:58:36 Wim Taymans

source: implement more properties

38493fe 2015-04-22 23:09:09 Wim Taymans

source: add extra properties

6417160 2015-04-21 23:57:09 Wim Taymans

docs: add more docs

also some small improvements

4378f34 2015-04-21 23:02:40 Wim Taymans

docs: add dbus docs

09de2d3 2015-04-21 00:24:58 Wim Taymans

handle remote and local sources better

Track remote and local sources separately and make SourceProvider1
interfaces for remote objects so that we get the subscription right.

Move disconnect from the Manager1 to Client1 interface and implement
in the context.

93c246c 2015-04-20 22:03:14 Wim Taymans

support remote sources

Watch client object-manager and keep the remote source object in a
SourceProvider object. Keep a list of all sources in the daemon.

Handle the Client CreateSourceOutput by calling the method on a
registered source in the daemon.

Pass GDBusObject in the subscription signal so that we can get to more
details.

7524946 2015-04-18 00:27:26 Wim Taymans

rework subscription

Rework subscription so that we can use it for client and server.

Move source and source-output to client to allow client provided
sources. Still needs some work but registration seems to work partly.

Rework DBUS API: move CreateSourceOutput to Client1 interface, remove
Add/RemoveProvider and Device1 interface. Rework SourceOutput1 to
allow for reconfigure.

Add a client to test v4l2 source.

75d5fa9 2015-04-17 17:44:03 Wim Taymans

fdpay: use fd allocator

Use the fd allocator instead of the dmabuf allocator.
Update the wire protocol

8b02c90 2015-04-17 02:45:26 Wim Taymans

pulsevideo: add gstreamer elements

Add custom gstreamer elements to pad/depay
Add pv_init() to register new elements

3ddd7a6 2015-04-17 00:43:11 Wim Taymans

remove unused directories

3fba92f 2015-04-16 23:58:33 Wim Taymans

Initial commit