GstQuery implementation and tests
authorMauricio Piacentini <mauricio.piacentini@collabora.co.uk>
Wed, 13 Oct 2010 19:49:28 +0000 (16:49 -0300)
committerMauricio Piacentini <mauricio.piacentini@collabora.co.uk>
Mon, 18 Oct 2010 13:05:06 +0000 (11:05 -0200)
commit7a45e53e7b319cb6f985a8aa536ec67ded334a57
treeb9eb77e2b4acaf85ee703403743d2930d7e888e4
parent213b6da6d3d97bf2949dc6379a1076c0fbbd5219
GstQuery implementation and tests
13 files changed:
examples/player/main.cpp
src/CMakeLists.txt
src/QGst/Query [new file with mode: 0644]
src/QGst/element.cpp
src/QGst/element.h
src/QGst/enums.h
src/QGst/global.h
src/QGst/pad.cpp
src/QGst/pad.h
src/QGst/query.cpp [new file with mode: 0644]
src/QGst/query.h [new file with mode: 0644]
tests/auto/CMakeLists.txt
tests/auto/querytest.cpp [new file with mode: 0644]