Searched refs:watch_id (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/examples/gio/ |
D | giosrc-mounting.c | 101 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/ |
D | playrec.c | 102 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/ |
D | level-example.c | 96 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/ |
D | gstavdtpsink.c | 104 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()
|
D | gstavdtpsink.h | 66 guint watch_id; member
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | curlhttpsrc.c | 781 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/ |
D | gstelement.h | 1195 gulong watch_id);
|
D | gstelement.c | 3804 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()
|