gstreamer/gst-libs/gst
Gwenole Beauchesne 23c6053b94 wayland: fix frame_redraw callback.
The redraw callback needs to be attached to the surface prior to the
commit. Otherwise, the callback notifies the next surface repaint,
which is not the desired behaviour. i.e. we want to be notified for
the surface we have just filled.

Another isse was the redraw_pending was reset before the actual completion
of the frame redraw callback function, thus causing concurrency issues.
e.g. the callback could have been called again, but with a NULL buffer.
2013-01-28 18:24:37 +01:00
..
codecparsers libs: fix build of submodule wrappers. 2013-01-11 14:16:16 +01:00
vaapi wayland: fix frame_redraw callback. 2013-01-28 18:24:37 +01:00
video libs: fix build of submodule wrappers. 2013-01-11 14:16:16 +01:00
Makefile.am Add videoutils submodule for GstVideoDecoder APIs. 2012-12-21 16:01:16 +01:00