waylandsink: Add exception code for setting wl_display
authorHyunil Park <hyunil46.park@samsung.com>
Thu, 9 Apr 2015 04:17:01 +0000 (13:17 +0900)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 3 Nov 2015 10:42:14 +0000 (10:42 +0000)
commitd3db3df320de4a8450d2c23039d99dd0a0ddcca9
tree3c5706c84413d0d5d23a5f6d3a4ff5cb03cb2ddd
parent86c33cbb6ea7163dd54389248c1f0536ab811197
waylandsink: Add exception code for setting wl_display

Waylandsink needs exception code in gst_wayland_sink_set_context(). After
calling gst_wayland_sink_set_context(), below code is set.
GST_ELEMENT_CLASS (parent_class)->set_context (element, context); but, If
user can call onemore. It is user's fault. but waylandsink need to
exception.

https://bugzilla.gnome.org/show_bug.cgi?id=747482
ext/wayland/gstwaylandsink.c