a little patch is required if >=libmpeg2-0.3.2 is installed. Just a small typename change. Patch is on it's way... Reproducible: Always Steps to Reproduce: 1. emerge gst-plugins 2. watch it fail :)
Created attachment 14014 [details, diff] patch so gst-plugins compiles with >=libmpeg-0.3.2 installed
for a simple way of implementing this in the ebuild... grep /usr/include/mpeg2dec/mpeg2.h for mpeg2_picture_t ... if found... then apply the patch... previous versions aren't mpeg2_picture_t but just picture_t
added the patch to the gst-plugins-0.6.2* ebuilds