xvimagesink mouse button events

szanto.cosmin szanto.cosmin at gmail.com
Mon Feb 18 04:48:50 PST 2013


I have found the problem.

In "gst_xvimagesink_set_window_handle" of the xvimagesink if the window
handle already exists the mask for XSelectInput contains "ExposureMask |
StructureNotifyMask | PointerMotionMask | KeyPressMask | KeyReleaseMask" but
it does not contain the ButtonPressMask and ButtonReleaseMask. 

Please note that if the window handle is 0 (a new window should be created)
the mouse press/release masks are added to XSelectInput (in
gst_xvimagesink_xwindow_new).

Is there any way of adding there events in some other way?
Do you think that I should create a bug report for this?

Cosmin



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/xvimagesink-mouse-button-events-tp4658555p4658585.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list