gstreamer/gst-libs/gst/interfaces
Julien Moutte 163ec9ecf9 Add a method to the XOverlay interface to allow disabling of event handling in x[v]imagesink elements. This will let ...
Original commit message from CVS:
2007-01-04  Julien MOUTTE  <julien@moutte.net>

* gst-libs/gst/interfaces/xoverlay.c:
(gst_x_overlay_handle_events):
* gst-libs/gst/interfaces/xoverlay.h:
* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
(gst_ximagesink_set_xwindow_id),
(gst_ximagesink_set_event_handling),
(gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
(gst_ximagesink_get_property), (gst_ximagesink_init),
(gst_ximagesink_class_init):
* sys/ximage/ximagesink.h:
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
(gst_xvimagesink_set_xwindow_id),
(gst_xvimagesink_set_event_handling),
(gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
(gst_xvimagesink_get_property), (gst_xvimagesink_init),
(gst_xvimagesink_class_init):
* sys/xvimage/xvimagesink.h:
* tests/icles/stress-xoverlay.c: (toggle_events),
(create_window):
Add a method to the XOverlay interface to allow disabling of
event handling in x[v]imagesink elements. This will let X events
propagate to parent windows which can be usefull in some cases.
Be carefull that the application is then responsible of pushing
navigation events and expose events to the video sink.
Fixes: #387138.
2007-01-04 11:30:53 +00:00
..
.gitignore ignore more 2005-06-30 12:01:41 +00:00
colorbalance.c move last template doc snippets to source code and delete them 2006-06-07 11:03:03 +00:00
colorbalance.h expand tabs 2005-12-06 19:42:02 +00:00
colorbalancechannel.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 21:02:53 +00:00
colorbalancechannel.h expand tabs 2005-12-06 19:42:02 +00:00
interfaces-marshal.list fold all interfaces in one interfaces dir, preserving CVS history 2005-06-30 11:58:40 +00:00
interfaces.h adding interfaces.h 2005-06-30 12:09:26 +00:00
Makefile.am Add new interface to control video orientation (fixes #354908) 2006-09-18 15:59:39 +00:00
mixer.c gst-libs/gst/interfaces/mixer.c: Guard mixer interface functions against bogus arguments. 2006-10-13 08:57:52 +00:00
mixer.h expand tabs 2005-12-06 19:42:02 +00:00
mixeroptions.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 21:02:53 +00:00
mixeroptions.h expand tabs 2005-12-06 19:42:02 +00:00
mixertrack.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 21:02:53 +00:00
mixertrack.h gst-libs/gst/interfaces/mixertrack.h: Add FIXME so we can add some padding here in 0.11 2006-11-20 12:20:39 +00:00
navigation.c fold all interfaces in one interfaces dir, preserving CVS history 2005-06-30 11:58:40 +00:00
navigation.h expand tabs 2005-12-06 19:42:02 +00:00
propertyprobe.c docs/libs/: add remaining symbols into correct setions 2006-06-16 10:02:25 +00:00
propertyprobe.h expand tabs 2005-12-06 19:42:02 +00:00
tuner.c gst-libs/gst/interfaces/tuner.c: Fix some function guards, add some more function guards. 2006-10-17 17:17:16 +00:00
tuner.h expand tabs 2005-12-06 19:42:02 +00:00
tunerchannel.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 21:02:53 +00:00
tunerchannel.h expand tabs 2005-12-06 19:42:02 +00:00
tunernorm.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 21:02:53 +00:00
tunernorm.h expand tabs 2005-12-06 19:42:02 +00:00
videoorientation.c gst-libs/gst/interfaces/videoorientation.c: Add since tags to new API docs, ChangeLog surgery (forgot API keyword in ... 2006-09-21 13:49:47 +00:00
videoorientation.h Add new interface to control video orientation (fixes #354908) 2006-09-18 15:59:39 +00:00
xoverlay.c Add a method to the XOverlay interface to allow disabling of event handling in x[v]imagesink elements. This will let ... 2007-01-04 11:30:53 +00:00
xoverlay.h Add a method to the XOverlay interface to allow disabling of event handling in x[v]imagesink elements. This will let ... 2007-01-04 11:30:53 +00:00