omxvideo: start sharing more code between video decoder and encoder
authorChristian König <christian.koenig@amd.com>
Mon, 3 Mar 2014 15:15:24 +0000 (16:15 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 12 Mar 2014 11:47:09 +0000 (12:47 +0100)
commit6bf4d9a498ca163a0c431e8a864658922a8bab1f
treeffe60aa8862b777b6020dfefe63d95e140ceb8e2
parentc4426a49db961b99ead4845fe2dcb6adfe84381e
omxvideo: start sharing more code between video decoder and encoder

Identical functionality spread of two different components.
We can't use a common base class because of different inheritance,
but let's try to share the code anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=726024
omx/Makefile.am
omx/gstomxvideo.c [new file with mode: 0644]
omx/gstomxvideo.h [new file with mode: 0644]
omx/gstomxvideodec.c
omx/gstomxvideoenc.c