PDA

View Full Version : how to add gstreamer library in qt?



shakthi
22nd December 2011, 12:00
hi,

i want to add gstreamer library, header files and functionality. pls tell me, how to add those functions in qt?? like gst.h, gst/pipeline.h .. anything want to add in pro. file??

Lykurg
22nd December 2011, 12:03
Build gstreamer as a library and then simple use it in your application. See LIBS variable in the qmake documentation.