author | Rob Clark <rob@ti.com> | |
Sat, 4 Dec 2010 23:27:05 +0000 (17:27 -0600) | ||
committer | Rob Clark <rob@ti.com> | |
Sun, 5 Dec 2010 02:01:43 +0000 (20:01 -0600) | ||
commit | 458caf01e62d48ffb688275e29e3152d390d3f06 | |
tree | ea5a08ab5e6fdfe9ef6a688744a4f234a656a133 | tree | snapshot (tar.xz tar.gz zip) |
parent | 21dfa9d19a3398298a6647a60f20e6e6444f7322 | commit | diff |
viddec: add fallback support for non-TILER buffers
Add a GstDucatiBufferPool which can allocate TILER output buffers for the
codec, in case the downstream element does not allocate TILER buffers for
us. This makes use cases like decode to filesink or fakesink and
transcoding work properly.
Add a GstDucatiBufferPool which can allocate TILER output buffers for the
codec, in case the downstream element does not allocate TILER buffers for
us. This makes use cases like decode to filesink or fakesink and
transcoding work properly.
src/Makefile.am | diff | blob | history | |
src/gstducati.c | diff | blob | history | |
src/gstducati.h | diff | blob | history | |
src/gstducatibufferpool.c | [new file with mode: 0644] | blob |
src/gstducatibufferpool.h | [new file with mode: 0644] | blob |
src/gstducatividdec.c | diff | blob | history | |
src/gstducatividdec.h | diff | blob | history |