xvimagesink: refactor to use gst_pad_push_event
authorVineeth T M <vineeth.tm@samsung.com>
Tue, 7 Jul 2015 10:55:44 +0000 (19:55 +0900)
committerLuis de Bethencourt <luis@debethencourt.com>
Tue, 7 Jul 2015 11:50:39 +0000 (12:50 +0100)
commitefdb0fc28181b86a340db933c5a9f0ca9ce92382
tree501abbf88ae0e69b7676f353cc790dabde19d148
parenta1f8fb32cbb93094d98fd8aa267204e32424322c
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
sys/xvimage/xvimagesink.c