Stephan Sundermann
|
6b886b90ac
|
Gst.Object: Fixed property existance check
g_object_class_find_property's return value does not need to be freed
and needs a GObjectClass*
|
2013-12-21 16:52:21 +01:00 |
|
Stephan Sundermann
|
6f9a3c777e
|
Gst.Object: use 'using' pattern for GValue
|
2013-12-21 16:52:21 +01:00 |
|
Stephan Sundermann
|
d4edf8050d
|
Gst.Object: Improved performance on multiple property calls
Successful property lookups get cached in a dictionary
to improve performance of subsequent lookups
|
2013-12-21 16:52:21 +01:00 |
|
Stephan Sundermann
|
4d0a5a796b
|
Check if property exists before accessing or setting it
Previously when accessing/setting a property which does not exist,
there will be segmentation faults
|
2013-12-21 16:52:21 +01:00 |
|
Stephan Sundermann
|
3d42f7d625
|
Added glue Added dynamic signals Regenerated API
|
2013-12-21 16:52:20 +01:00 |
|