GNOME Bugzilla – Bug 752043
ximagesink: Post navigation events as message on the bus
Last modified: 2015-08-16 13:38:51 UTC
post unhandled events to bus, so that application can utilise the same if needed This is actually same as https://bugzilla.gnome.org/show_bug.cgi?id=747245 in xvimagesink. Adding the same to ximagesink
Created attachment 306968 [details] [review] post unhandled navigation events on bus
Looks good to me. Will test and merge if it works well.
Review of attachment 306968 [details] [review]: ::: sys/ximage/ximagesink.c @@ +1575,3 @@ + if (!handled && event) { + gst_element_post_message ((GstElement *) ximagesink, + gst_navigation_message_new_event ((GstObject *) ximagesink, event)); GST_ELEMENT_CAST() and GST_OBJECT_CAST(), otherwise looks ok
Vineeth, Send a new version with Sebastian's suggestion and I will merge this.
Created attachment 306993 [details] [review] post unhandled navigation events on bus This is dependant on https://bugzilla.gnome.org/show_bug.cgi?id=752041. Made slight changes along with the review comments based on the changed made in the other bug
Review of attachment 306993 [details] [review]: commit 51019c16e16d1860491840774b2521173440349e Author: Vineeth T M <vineeth.tm@samsung.com> Date: Tue Jul 7 19:45:43 2015 +0900 ximagesink: Post navigation events as message on the bus post unhandled events to bus, so that application can utilise the same if needed https://bugzilla.gnome.org/show_bug.cgi?id=752043