GNOME Bugzilla – Bug 692446
Add mpeg2 support
Last modified: 2013-01-24 22:51:52 UTC
Created attachment 234303 [details] [review] mpeg2 decoder for gst-omx Attached is a patch which implements a mpeg2 video decoder in the gst-omx plugin. This has been tested on raspberry pi, which works fine. Obviously one has to set decode_MPG2=<key> in config.txt for this to work. Comments are welcome.
Note, you have set the wrong component, this patch is for gst-omx, not gst-openmax.
There was only a "gst-openmax" component, which I've renamed to "gst-omx" shortly after the patch was filed :)
Didn't test it, but it looks fine, and compiles, and Sebastian is on holiday for a while, so don't really see any reason not to push this. Thanks for the patch! commit 3d7a50944d938c49f2fd95111abfd47051a17818 Author: Julian Scheel <julian@jusst.de> Date: Thu Jan 24 14:02:36 2013 +0100 omx: add mpeg2 video decoder This adds a decoder class for mpeg2, as well as an extended configuration for raspberry pi. https://bugzilla.gnome.org/show_bug.cgi?id=692446 Signed-off-by: Julian Scheel <julian@jusst.de>