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

Julian Scheel julian at jusst.de
Thu Oct 8 09:53:37 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.

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         | 1 +
 4 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.6.0




More information about the vlc-devel mailing list