GNOME Bugzilla – Bug 752059
xvimagesink: refactor to use gst_pad_push_event
Last modified: 2015-08-16 13:40:26 UTC
Right now navigation events are being sent via gst_pad_send_event after getting the peer pad of the sinkpad. But the same functionality can be done using gst_pad_push_event without need of getting peer pad in xvimagesink.
Created attachment 306995 [details] [review] refactor code
Looks good to me. Will keep it open for a short while in case anybody wants to add anything. If not, I will merge.
Review of attachment 306995 [details] [review]: commit efdb0fc28181b86a340db933c5a9f0ca9ce92382 Author: Vineeth T M <vineeth.tm@samsung.com> Date: Tue Jul 7 19:55:44 2015 +0900 xvimagesink: refactor to use gst_pad_push_event Right now navigation events are being sent via gst_pad_send_event after getting the peer pad of the sinkpad. But the same functionality can be done using gst_pad_push_event without need of getting peer pad in xvimagesink. https://bugzilla.gnome.org/show_bug.cgi?id=752059