gstreamer/tests/check
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
..
ges trackobject: Properly rename get/set_child_property 2012-12-19 11:44:26 -03:00
Makefile.am tests: Add some utils for test writing 2012-09-25 15:10:35 +02:00