gBroutin / gstreamer-java

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

add method for getting any Structure, ValueList, GValue value type #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently you need to call e.g.:

structure.getDouble("dheho") or structure.getInteger("iheho")

The purpose of this change is to enable generic value retrieval instead of also 
mapping UINT64, INT64, UINT, etc.

Original issue reported on code.google.com by tsha...@gmail.com on 13 Aug 2010 at 1:58

GoogleCodeExporter commented 8 years ago
delivered in r391

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