• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

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

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


RSS
Rev. Time Author
95f479a 2015-08-04 22:59:21 Wim Taymans

deviceprovider: update for new API

13d846e 2015-07-29 00:05:03 Wim Taymans

Improve introspection

Add instrospection of client and source-output.
Add properties to source-output and to CreateSourceOutput/Input
Add helper to fill properties of context.
Add client-name to pinossrc and pinossink
Improve test-subscribe to show all new introspection details.

85e09e7 2015-07-18 00:14:57 Wim Taymans

source-output: fix wrongly marked property

1378a65 2015-07-18 00:01:46 Wim Taymans

devicemonitor: various improvements

Set the active device providers as a property on the daemon. In the
device monitor we can then obsolete the already monitored devices.
Copy all device properties to the source. Set the device class as
a property on the monitored devices.

191909c 2015-07-17 23:58:42 Wim Taymans

introspect: add api get daemon info

31da833 2015-07-17 23:57:01 Wim Taymans

properties: pass PinosProperties around

Pass PinosProperties around instead of GVariant. This is much easier to
deal with.

c77d771 2015-07-17 23:52:16 Wim Taymans

properties: add generic property bag

Add a structure to hold string key/value pairs. This is basically a thin
wrapper around GHashTable with some extra API.

81924af 2015-07-17 00:19:32 Wim Taymans

gst-source: query the caps only once

Query the caps only once at startup and keep them around.

619c1f8 2015-07-17 00:19:05 Wim Taymans

deamon: remove obsolete method

12301b6 2015-07-17 00:18:01 Wim Taymans

source: add method to mark a source idle or busy

Marking a source idle will start an idle timeout to suspend the source.

04eca27 2015-07-14 22:50:08 Wim Taymans

device-provider: small cleanup

cc3f49e 2015-07-14 22:47:18 Wim Taymans

pinossrc: wait for streaming

Wait for the streaming state before completing the negotiation or else
we might start reading before we are ready and error out.

1b74396 2015-07-14 22:46:25 Wim Taymans

gst: fix the timestamping

We want to store the absolute time against some clock in the message
timestamp.

9425a2b 2015-07-14 22:44:51 Wim Taymans

dbus-xml: remove introspection API

We use the ObjectManager and its signals for introspection.

aa558bf 2015-07-14 22:42:47 Wim Taymans

client-source: fix state changes

Keep the client-source in the playing state for as long as the input is
streaming. Pausing the pipeline when there are no more readers causes
data to bunch up in the socket that gets bursted to new clients when
they connect.

1fec75d 2015-07-14 18:34:59 Wim Taymans

client-source: set format on client source

Set the format on the client source when it is created so that other
clients can inspect the format. It also makes client sources show up in
the device monitor.

81b7f15 2015-07-10 22:32:59 Wim Taymans

pinossrc: also start streaming when caps don't change

bd9fa1d 2015-07-10 22:32:12 Wim Taymans

pinossrc: fix debug

88ce363 2015-07-10 22:31:51 Wim Taymans

deviceprovider: fix path argument

f268cdf 2015-07-10 00:58:54 Wim Taymans

Try to use source_path consistently

1e4e4ef 2015-07-10 00:58:40 Wim Taymans

client-source: handle NULL filter

ba15f1f 2015-07-10 00:36:17 Wim Taymans

gst-source: handle NULL filters

b85fd0e 2015-07-10 00:36:00 Wim Taymans

source: set our possible-formats

9895395 2015-07-10 00:35:13 Wim Taymans

manager: disable our own provider

Disable our own provider or else we would react to our own sources.

be762c3 2015-07-10 00:34:01 Wim Taymans

deviceprovider: reorganize the code a little

3ddbea9 2015-07-10 00:33:05 Wim Taymans

subscribe: disconnect signals

533ec2c 2015-07-10 00:31:31 Wim Taymans

stream: Use path as the string identifier for a source

Cleanup headers
avoid strlen because we can

cca0e8e 2015-07-10 00:30:37 Wim Taymans

introspect: improve introspect

Use the values from the proxy

5d4350a 2015-07-09 18:35:18 Wim Taymans

deviceprovider: fix device provider

53bc0f7 2015-07-09 18:34:34 Wim Taymans

Improve default source state

Default source state should be SUSPENDED