gstreamer/tests
Thibault Saunier f8037f857d trackobject: Properly rename get/set_child_property
We used to have a ges_track_object_get/set_child_property that was in
fact letting user set/get various properties at once, rename it to
get/set_properties, and implement:

API:
    ges_track_object_get_child_property (GESTrackObject *object, const gchar
            *property_name, GValue * value);
    ges_track_object_set_child_property (GESTrackObject *object, const gchar
            *property_name, GValue * value);
2012-12-19 11:44:26 -03:00
..
check trackobject: Properly rename get/set_child_property 2012-12-19 11:44:26 -03:00
examples Fix FSF address 2012-11-04 00:25:20 +00:00
Makefile.am Don't build the examples if it's disabled in configure 2011-08-31 11:05:02 -07:00