Home
last modified time | relevance | path

Searched refs:gst_element_add_property_notify_watch (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelement.c389 watch_id0 = gst_element_add_property_notify_watch (identity, NULL, FALSE); in GST_START_TEST()
391 watch_id1 = gst_element_add_property_notify_watch (identity, "sync", FALSE); in GST_START_TEST()
393 watch_id2 = gst_element_add_property_notify_watch (identity, "silent", TRUE); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstelement.h1186 gulong gst_element_add_property_notify_watch (GstElement * element,
Dgstelement.c3745 gst_element_add_property_notify_watch (GstElement * element, in gst_element_add_property_notify_watch() function
/third_party/gstreamer/gstreamer/
DChangeLog23042 API: gst_element_add_property_notify_watch()