gBroutin / gstreamer-java

Automatically exported from code.google.com/p/gstreamer-java
0 stars 0 forks source link

Support float values from ValueList #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ValueList needs support for getting float values. This is useful for gstreamer 
plugins such as 'spectrum' where magnitude values are returned as floats. 
Attached is patch enabling support for float values.

Original issue reported on code.google.com by suih...@gmail.com on 18 Jul 2010 at 10:28

Attachments:

GoogleCodeExporter commented 8 years ago
ValueList.getFloat() was added on trunk r391.

Float values - as well as other GType types can also be retrieved using 
ValueList.getValue()

suihock, can you test them in your code?

Original comment by tsha...@gmail.com on 13 Aug 2010 at 2:27

GoogleCodeExporter commented 8 years ago
Thanks for the addition, it is working fine.

Original comment by suih...@gmail.com on 13 Aug 2010 at 4:11