<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 16 oct. 2019 10 h 55, horai <<a href="mailto:ivo.hora@seznam.cz">ivo.hora@seznam.cz</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Seriously,<br>
<br>
when running running official gst-plugin-bad wayland example with mouse<br>
button click signal hander attached to videoarea the following code written<br>
way, the video runs but upon button click on video the signal is not<br>
triggered, whey I don't set the pipeline to PLAYING state that means no<br>
video is rendered, the signal triggers properly:<br>
<br>
d->video_widget = GTK_WIDGET (gtk_builder_get_object (builder,<br>
"videoarea"));<br>
  g_signal_connect (d->video_widget, "draw",<br>
      G_CALLBACK (video_widget_draw_cb), d);<br>
    g_signal_connect(G_OBJECT(d->video_widget), "button_press_event",<br>
button_press_event, d);<br>
<br>
....<br>
static void button_press_event(GtkWidget *widget, GdkEventButton *event,<br>
DemoApp * d) {<br>
        g_print("button Pressed ...\r\n");<br>
}<br>
<br>
Please, could anyone more skilled verify this and possibly claim problem on<br>
my side or on waylandsink side?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Are you using gnome-shell ? I have reported a bug about inputs and subsurface but it is likely just the tip of the iceberg. I believe they have low resources, and many issues to tackle. To make waylandsink work nicely, we need to start working on the compositors in general. Just need to find the time.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thank you<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>