gstreamer/tests/check
Tim-Philipp Müller 6e3fb7af52 element: add API to get property change notifications via messages
Be notified in the application thread via bus messages about
notify::* and deep-notify::* property changes, instead of
having to deal with it in a non-application thread.

API: gst_element_add_property_notify_watch()
API: gst_element_add_property_deep_notify_watch()
API: gst_element_remove_property_notify_watch()
API: gst_message_new_property_notify()
API: gst_message_parse_property_notify()
API: GST_MESSAGE_PROPERTY_NOTIFY

https://bugzilla.gnome.org/show_bug.cgi?id=763142
2016-04-08 13:27:59 +01:00
..
elements valve: Fix unit test by sending caps before buffers 2016-03-25 12:05:41 +02:00
generic check: Rename states unit test 2015-08-14 11:10:37 +02:00
gst element: add API to get property change notifications via messages 2016-04-08 13:27:59 +01:00
libs tests: Add C++ tests for the other INIT macros we have 2016-04-07 20:29:10 +03:00
pipelines gstreamer: use new gst_element_class_add_static_pad_template() 2016-03-24 14:43:41 +02:00
tools tests: refactor tools check a little 2014-10-31 16:10:01 +00:00
.gitignore tests: add check for gst-inspect --exists functionality 2012-09-01 23:02:10 +01:00
Makefile.am tests: extend the AM_TESTS_ENVIRONMENT from check.mak 2016-02-05 19:11:10 -03:00