[vlc-devel] [PATCH v2 0/2] Fix mmal breakage

Julian Scheel julian at jusst.de
Fri Oct 9 10:07:06 CEST 2015


These two patches are required to make mmal plugins work again. First one is a
build fix. Second one fixes bad picture pointer magic which caused pictures
not to be freed in the pool with recent picture_pool changes.

v2: Add a missing bit in the second patch to make sure non-opaque usage is
still working.

Julian Scheel (2):
  mmal: Add missing vlc_atomic.h includes
  mmal: Fix picture passing through mmal

 modules/hw/mmal/codec.c        | 3 ++-
 modules/hw/mmal/deinterlace.c  | 1 +
 modules/hw/mmal/mmal_picture.c | 2 --
 modules/hw/mmal/vout.c         | 2 ++
 4 files changed, 5 insertions(+), 3 deletions(-)

-- 
2.6.0




More information about the vlc-devel mailing list