[Bug 763142] API: add async property change notification - gst_element_add_property_notify_watch()
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Apr 8 12:28:59 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=763142
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.9.1
--- Comment #7 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
commit d09dc8cbc0c72dde640a29134e74760d93f680ae
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sat Mar 5 17:51:01 2016 +0000
tools: gst-launch: use new async property change notification API
https://bugzilla.gnome.org/show_bug.cgi?id=763142
commit 6e3fb7af523f11ecaff63702d24723cb44e5d625
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sat Mar 5 14:12:36 2016 +0000
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list