Home
last modified time | relevance | path

Searched refs:watch_id (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/gio/
Dgiosrc-mounting.c101 gint watch_id; in main() local
116 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main()
123 g_source_remove (watch_id); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/playrec/
Dplayrec.c102 gint watch_id; in main() local
138 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main()
166 g_source_remove (watch_id); in main()
/third_party/gstreamer/gstplugins_good/tests/examples/level/
Dlevel-example.c96 guint watch_id; in main() local
129 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main()
137 g_source_remove (watch_id); in main()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtpsink.c104 if (self->watch_id != 0) { in gst_avdtp_sink_stop()
105 g_source_remove (self->watch_id); in gst_avdtp_sink_stop()
106 self->watch_id = 0; in gst_avdtp_sink_stop()
Dgstavdtpsink.h66 guint watch_id; member
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcurlhttpsrc.c781 guint watch_id; in GST_START_TEST() local
799 watch_id = gst_bus_add_watch (bus, bus_message, &context); in GST_START_TEST()
808 g_source_remove (watch_id); in GST_START_TEST()
841 guint watch_id; in GST_START_TEST() local
867 watch_id = gst_bus_add_watch (bus, bus_message, &context); in GST_START_TEST()
879 g_source_remove (watch_id); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstelement.h1195 gulong watch_id);
Dgstelement.c3804 gst_element_remove_property_notify_watch (GstElement * element, gulong watch_id) in gst_element_remove_property_notify_watch() argument
3806 g_signal_handler_disconnect (element, watch_id); in gst_element_remove_property_notify_watch()