Add initial wrappers for GstPad and GstElement. Not all methods are yet there.
authorGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Tue, 13 Apr 2010 17:45:09 +0000 (20:45 +0300)
committerGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Tue, 13 Apr 2010 17:45:09 +0000 (20:45 +0300)
commit321bc745d792fda87b5ab77d14f69993559a91ec
tree8f93937a37fdad00bc7f026bc2e3f8c788c14b0a
parent8df87ded5f0635e9534a5b30db4417760d2b2bbb
Add initial wrappers for GstPad and GstElement. Not all methods are yet there.
src/CMakeLists.txt
src/QGst/Element [new file with mode: 0644]
src/QGst/Pad [new file with mode: 0644]
src/QGst/element.cpp [new file with mode: 0644]
src/QGst/element.h [new file with mode: 0644]
src/QGst/enums.h
src/QGst/pad.cpp [new file with mode: 0644]
src/QGst/pad.h [new file with mode: 0644]