Skip to content

Instantly share code, notes, and snippets.

@devijvers
devijvers / Console output:
Last active December 30, 2015 11:28
Discover the properties and signals of an arbitrary GStreamer element with GStreamer-java 1.5.
name (java.lang.String) (RW)
The name of the object
current-level-buffers (java.lang.Integer) (RO)
Current number of buffers in the queue
current-level-bytes (java.lang.Integer) (RO)
Current amount of data in the queue (bytes)
current-level-time (java.lang.Long) (RO)
Current amount of data in the queue (in ns)
max-size-buffers (java.lang.Integer) (RW)
Max. number of buffers in the queue (0=disable)