LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Qt5GStreamer-1.0 development package not found (https://www.linuxquestions.org/questions/linux-newbie-8/qt5gstreamer-1-0-development-package-not-found-4175556842/)

arunganu 10-21-2015 11:55 PM

Qt5GStreamer-1.0 development package not found
 
Hi,


I have a problem with the compilation of the projects in qt-gstreamer-1.2.0/examples.
I pick one of the examples, the project "player".
Using Qt Creator I execute Build->Clean Project "player" then Rebuild Project "player".
I get this error "Qt5GStreamer-1.0 development package not found".

I have installed:
Qt5.3.1 and Qt Creator 3.1.2 (open source)
qt-gstreamer-1.2.0
qstreamer-1.6.0

I also added/updated the environment variables by editing /etc/bash.bashrc file
export PATH=/home/alm/Qt5.3.1/5.3/gcc_64/bin/:$PATH
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:
/usr/lib/pkgconfig/:
/home/alm/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH
export PKG_CONFIG_LIBDIR=/usr/local/lib/:$PKG_CONFIG_LIBDIR

as suggested in the links:
http://www.linuxquestions.org/questi...nd-4175492115/
http://www.linuxquestions.org/questi...h-path-776126/

Am I missing something?
Any help is greatly appreciated.
Thanks.

ardvark71 10-22-2015 07:10 PM

Hi...

Welcome to the forum :)

Not sure if it will help or if it even relates but does audreyc's suggestion (at the very bottom) here help? :)

Regards...

arunganu 10-26-2015 08:07 AM

Hi ardvark71,

I took a look but it did not help me much. Any suggestion of where I could try to ask the question (blog, forum)?
Best regards

knudfl 10-26-2015 09:01 AM

Quote:

Am I missing something ?
Yes, you will have to tell which "Linux OS" you are using.
Name and version, please.

arunganu 10-26-2015 02:26 PM

I am using the version Ubuntu 14.04.3 LTS.

arunganu 10-26-2015 03:27 PM

Hi knudfl,

Thank you very much for joining this thread. I read your post at
http://www.linuxquestions.org/questi...h-path-776126/
but I did not know how to reach you with my question. Thank you ardvark71 for your help!

Here are some more details of how I compiled the package qt-gstreamer-1.2.0.

Firstly, at the beginning of the file /etc/bash.bashrc, using the command:

sudo gedit /etc/bash.bashrc

I added the following:

export PKG_CONFIG_LIBDIR=/home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/pkgconfig/:
/home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/:
/home/arunganu/qt-gstreamer-1.2.0/build/src/:
/home/arunganu/qt-gstreamer-1.2.0/build/src/QGst/:
/home/arunganu/qt-gstreamer-1.2.0/build/src/QGlib/:
/home/arunganu/qt-gstreamer-1.2.0/build/src/qml/:
/home/arunganu/qt-gstreamer-1.2.0/build/src/qml/quick2/:
/home/arunganu/qt-gstreamer-1.2.0/build/src/qml/quick2/QtGStreamer/:
/home/arunganu/Qt5.3.1/5.3/gcc_64/mkspecs/features/:
/home/arunganu/Qt5.3.1/5.3/Src/qtbase/mkspecs/features/:
/home/arunganu/Qt5.3.1/5.3/gcc_64/lib/pkgconfig/:
/home/arunganu/gstreamer-1.6.0/:
/home/arunganu/gstreamer-1.6.0/pkgconfig/:
/home/arunganu/gstreamer-1.6.0/libs/gst/net/:
/home/arunganu/glib-2.46.1/:
/home/arunganu/libffi-3.2.1/x86_64-unknown-linux-gnu/:
/usr/lib/gstreamer-0.10/:
/usr/bin/:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/:
/usr/local/lib/pkgconfig/:
/usr/local/lib/:
/usr/lib/pkgconfig/:
/usr/lib/x86_64-linux-gnu/pkgconfig/:
/usr/lib/openmpi/lib/pkgconfig/:
/usr/local/lib/x86_64-linux-gnu/:$PKG_CONFIG_LIBDIR

I added the same paths for PKG_CONFIG_PATH and PATH where the mentioned paths contain not only the .pc files but also the .so libraries.
I know I added too many paths but this is to make sure I am not missing potential paths where .so and .pc might reside.
After restarting, the values of the environment variables were displayed when running the command printenv .

Then I ran the instructions comprised in /home/arunganu/qt-gstreamer-1.2.0/README namely:

cd /home/arunganu/qt-gstreamer-1.2.0
mkdir build && cd build
cmake .. -DQT_VERSION=5
-DCMAKE_BUILD_TYPE=Debug
-DQTGSTREAMER_STATIC=OFF
-DQTGSTREAMER_EXAMPLES=OFF
-DQTGSTREAMER_TESTS=OFF
(I did not specify the value of -DCMAKE_INSTALL_PREFIX, thinking that the generated .so will lay in /usr/local/lib or /usr/lib )

make
make install

Here below are the console messages displayed after running cmake, make, and make install separated by lines containing multiple '=' characters.
I mention that I previously installed and compiled successfully:

libffi-3.2.1
glib-2.46.1
gstreamer-1.6.0.tar.xz

This is the whole info I have with regards the compile of qt-gstreamer-1.2.0.
The "Qt5GStreamer-1.0 development package not found" still appears when rebuilding with Qt Creator the example qt-gstreamer-1.2.0/examples/player.
Thanks,
arunganu


arunganu@ubuntu:~$ sudo -s
[sudo] password for arunganu:
root@ubuntu:~# cd /home/arunganu/qt-gstreamer-1.2.0/build
root@ubuntu:~/qt-gstreamer-1.2.0/build# cmake .. -DQT_VERSION=5 -DCMAKE_BUILD_TYPE=Debug -DQTGSTREAMER_STATIC=OFF -DQTGSTREAMER_EXAMPLES=OFF -DQTGSTREAMER_TESTS=OFF
-- Using Qt5 (min: 5.0.0)
-- Boost version: 1.54.0
-- GCC 4.5 or later detected. Enabling C++0x support in QTGSTREAMER_FLAGS.

-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
-----------------------------------------------------------------------------
* Qt - Required for building everything
* QtOpenGL - Required for OpenGL acceleration in qtvideosink and QtGStreamerUi
* QtQuick1 (QtDeclarative) - Required for building QtQuick1 support
* QtQuick2 (QtQuick) - Required for building QtQuick2 support
* QtQml - Required for building QtQuick2 support
* Boost - Required for building QtGLib
* GStreamer - Required to build QtGStreamer
* GStreamer base library - Used for building the qt5videosink element
* GStreamer app library - Required to build QtGStreamerUtils
* GStreamer audio library - Required to build QtGStreamer
* GStreamer video library - Required to build QtGStreamer
* GStreamer pbutils library - Used for building the Discoverer API
* GLib - Required to build QtGLib
* GObject - Required to build QtGLib
* OpenGL - Required for OpenGL rendering support in qt5videosink
* Doxygen - Used to generate the API documentation

-----------------------------------------------------------------------------
-- Congratulations! All external packages have been found.
-----------------------------------------------------------------------------

-- Configuring done
CMake Warning at src/QGst/CMakeLists.txt:167 (add_library):
Cannot generate a safe runtime search path for target Qt5GStreamer because
files in some directories may conflict with libraries in implicit
directories:

runtime library [libgobject-2.0.so.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/lib
runtime library [libgmodule-2.0.so.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/lib
runtime library [libgthread-2.0.so.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/lib
runtime library [libglib-2.0.so.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/lib

Some of these libraries may not be found correctly.


CMake Warning at elements/gstqtvideosink/CMakeLists.txt:70 (add_library):
Cannot generate a safe runtime search path for target gstqt5videosink
because files in some directories may conflict with libraries in implicit
directories:

runtime library [libgobject-2.0.so.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/lib
runtime library [libgmodule-2.0.so.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/lib
runtime library [libgthread-2.0.so.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/lib
runtime library [libglib-2.0.so.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/lib

Some of these libraries may not be found correctly.


-- Generating done
-- Build files have been written to: /home/arunganu/qt-gstreamer-1.2.0/build


//////////////////////////////////////////////////////

root@ubuntu:~/qt-gstreamer-1.2.0/build# make
[ 1%] Automoc for target Qt5GLib
[ 1%] Built target Qt5GLib_automoc
[ 14%] Built target Qt5GLib
[ 15%] Automoc for target Qt5GStreamer
[ 15%] Built target Qt5GStreamer_automoc
Scanning dependencies of target Qt5GStreamer
[ 17%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/init.cpp.o
[ 18%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/value.cpp.o
[ 19%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/structure.cpp.o
[ 20%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/caps.cpp.o
[ 21%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/miniobject.cpp.o
[ 22%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/object.cpp.o
[ 23%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/pad.cpp.o
[ 24%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/ghostpad.cpp.o
[ 25%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/element.cpp.o
[ 26%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/pluginfeature.cpp.o
[ 27%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/elementfactory.cpp.o
[ 28%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/bin.cpp.o
[ 29%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/childproxy.cpp.o
[ 30%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/pipeline.cpp.o
[ 31%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/message.cpp.o
[ 32%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/bus.cpp.o
[ 34%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/parse.cpp.o
[ 35%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/urihandler.cpp.o
[ 36%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/videoorientation.cpp.o
[ 37%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/videooverlay.cpp.o
[ 38%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/streamvolume.cpp.o
[ 39%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/colorbalance.cpp.o
[ 40%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/query.cpp.o
[ 41%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/clock.cpp.o
[ 42%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/allocator.cpp.o
[ 43%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/memory.cpp.o
[ 44%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/buffer.cpp.o
[ 45%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/event.cpp.o
[ 46%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/clocktime.cpp.o
[ 47%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/taglist.cpp.o
[ 48%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/sample.cpp.o
[ 50%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/bufferlist.cpp.o
[ 51%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/discoverer.cpp.o
[ 52%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/segment.cpp.o
[ 53%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamer.dir/gen.cpp.o
Linking CXX shared library libQt5GStreamer-1.0.so
[ 56%] Built target Qt5GStreamer
[ 57%] Automoc for target Qt5GStreamerQuick
[ 57%] Built target Qt5GStreamerQuick_automoc
Linking CXX shared library libQt5GStreamerQuick-1.0.so
[ 60%] Built target Qt5GStreamerQuick
[ 61%] Automoc for target Qt5GStreamerUi
[ 61%] Built target Qt5GStreamerUi_automoc
Linking CXX shared library libQt5GStreamerUi-1.0.so
[ 65%] Built target Qt5GStreamerUi
[ 67%] Automoc for target Qt5GStreamerUtils
[ 67%] Built target Qt5GStreamerUtils_automoc
Scanning dependencies of target Qt5GStreamerUtils
[ 68%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamerUtils.dir/Utils/applicationsink.cpp.o
/home/arunganu/qt-gstreamer-1.2.0/src/QGst/Utils/applicationsink.cpp: In member function ‘void QGst::Utils::ApplicationSink::Priv::setCallbacks(QGst::Utils::ApplicationSink*)’:
/home/arunganu/qt-gstreamer-1.2.0/src/QGst/Utils/applicationsink.cpp:65:86: warning: missing initializer for member ‘GstAppSinkCallbacks::_gst_reserved’ [-Wmissing-field-initializers]
static GstAppSinkCallbacks callbacks = { &eos, &new_preroll, &new_sample };
^
/home/arunganu/qt-gstreamer-1.2.0/src/QGst/Utils/applicationsink.cpp:69:71: warning: missing initializer for member ‘GstAppSinkCallbacks::_gst_reserved’ [-Wmissing-field-initializers]
&new_sample_noop };
^
[ 69%] Building CXX object src/QGst/CMakeFiles/Qt5GStreamerUtils.dir/Utils/applicationsource.cpp.o
Linking CXX shared library libQt5GStreamerUtils-1.0.so
[ 70%] Built target Qt5GStreamerUtils
Scanning dependencies of target QtGStreamerQuick1_automoc
[ 71%] Automoc for target QtGStreamerQuick1
Generating plugin.moc
Generating moc_videoitem.cpp
[ 71%] Built target QtGStreamerQuick1_automoc
Scanning dependencies of target QtGStreamerQuick1
[ 72%] Building CXX object src/qml/quick1/CMakeFiles/QtGStreamerQuick1.dir/plugin.cpp.o
[ 73%] Building CXX object src/qml/quick1/CMakeFiles/QtGStreamerQuick1.dir/videoitem.cpp.o
[ 74%] Building CXX object src/qml/quick1/CMakeFiles/QtGStreamerQuick1.dir/QtGStreamerQuick1_automoc.cpp.o
Linking CXX shared module libQtGStreamerQuick1.so
[ 74%] Built target QtGStreamerQuick1
[ 75%] Automoc for target QtGStreamerQuick2
[ 75%] Built target QtGStreamerQuick2_automoc
Linking CXX shared module libQtGStreamerQuick2.so
[ 77%] Built target QtGStreamerQuick2
[ 78%] Automoc for target gstqt5videosink
[ 78%] Built target gstqt5videosink_automoc
Scanning dependencies of target gstqt5videosink
[ 79%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/utils/bufferformat.cpp.o
[ 80%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/painters/genericsurfacepainter.cpp.o
[ 81%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/delegates/basedelegate.cpp.o
[ 82%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/delegates/qtvideosinkdelegate.cpp.o
/home/arunganu/qt-gstreamer-1.2.0/elements/gstqtvideosink/delegates/qtvideosinkdelegate.cpp: In member function ‘virtual bool QtVideoSinkDelegate::event(QEvent*)’:
/home/arunganu/qt-gstreamer-1.2.0/elements/gstqtvideosink/delegates/qtvideosinkdelegate.cpp:231:26: warning: comparison between ‘enum QEvent::Type’ and ‘enum BaseDelegate::EventType’ [-Wenum-compare]
if (event->type() == DeactivateEventType) {
^
[ 84%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/delegates/qwidgetvideosinkdelegate.cpp.o
[ 85%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/gstqtvideosinkplugin.cpp.o
[ 86%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/gstqtvideosinkbase.cpp.o
[ 87%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/gstqtvideosink.cpp.o
[ 88%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/gstqwidgetvideosink.cpp.o
[ 89%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/painters/videomaterial.cpp.o
/home/arunganu/qt-gstreamer-1.2.0/elements/gstqtvideosink/painters/videomaterial.cpp:36:63: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
inline const char * const qtvideosink_glsl_bgrxFragmentShader()
^
/home/arunganu/qt-gstreamer-1.2.0/elements/gstqtvideosink/painters/videomaterial.cpp:50:63: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
inline const char * const qtvideosink_glsl_xrgbFragmentShader()
^
/home/arunganu/qt-gstreamer-1.2.0/elements/gstqtvideosink/painters/videomaterial.cpp:64:63: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
inline const char * const qtvideosink_glsl_rgbxFragmentShader()
^
/home/arunganu/qt-gstreamer-1.2.0/elements/gstqtvideosink/painters/videomaterial.cpp:78:68: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
inline const char * const qtvideosink_glsl_yuvPlanarFragmentShader()
^
/home/arunganu/qt-gstreamer-1.2.0/elements/gstqtvideosink/painters/videomaterial.cpp:162:48: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
template <const char * const (*FragmentShader)()>
^
/home/arunganu/qt-gstreamer-1.2.0/elements/gstqtvideosink/painters/videomaterial.cpp:171:48: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
template <const char * const (*FragmentShader)()>
^
[ 90%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/painters/videonode.cpp.o
[ 91%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/delegates/qtquick2videosinkdelegate.cpp.o
[ 92%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/gstqtquick2videosink.cpp.o
[ 93%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/painters/openglsurfacepainter.cpp.o
/home/arunganu/qt-gstreamer-1.2.0/elements/gstqtvideosink/painters/openglsurfacepainter.cpp:166:6: warning: unused parameter ‘frameFormat’ [-Wunused-parameter]
void OpenGLSurfacePainter::paint(quint8 *data,
^
[ 94%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/gstqtglvideosinkbase.cpp.o
[ 95%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/gstqtglvideosink.cpp.o
[ 96%] Building CXX object elements/gstqtvideosink/CMakeFiles/gstqt5videosink.dir/gstqt5videosink_automoc.cpp.o
Linking CXX shared module libgstqt5videosink.so
[100%] Built target gstqt5videosink

arunganu 10-26-2015 03:28 PM

... and this is the ouptut of make install:

root@ubuntu:~/qt-gstreamer-1.2.0/build# make install
[ 1] Automoc for target Qt5GLib
[ 1%] Built target Qt5GLib_automoc
[ 14%] Built target Qt5GLib
[ 15%] Automoc for target Qt5GStreamer
[ 15%] Built target Qt5GStreamer_automoc
[ 56%] Built target Qt5GStreamer
[ 57%] Automoc for target Qt5GStreamerQuick
[ 57%] Built target Qt5GStreamerQuick_automoc
[ 60%] Built target Qt5GStreamerQuick
[ 61%] Automoc for target Qt5GStreamerUi
[ 61%] Built target Qt5GStreamerUi_automoc
[ 65%] Built target Qt5GStreamerUi
[ 67%] Automoc for target Qt5GStreamerUtils
[ 67%] Built target Qt5GStreamerUtils_automoc
[ 70%] Built target Qt5GStreamerUtils
[ 71%] Automoc for target QtGStreamerQuick1
[ 71%] Built target QtGStreamerQuick1_automoc
[ 74%] Built target QtGStreamerQuick1
[ 75%] Automoc for target QtGStreamerQuick2
[ 75%] Built target QtGStreamerQuick2_automoc
[ 77%] Built target QtGStreamerQuick2
[ 78%] Automoc for target gstqt5videosink
[ 78%] Built target gstqt5videosink_automoc
[100%] Built target gstqt5videosink
Install the project...
-- Install configuration: "Debug"
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/cmake/Qt5GStreamer/Qt5GStreamerTargets.cmake
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/cmake/Qt5GStreamer/Qt5GStreamerTargets-debug.cmake
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/cmake/Qt5GStreamer/Qt5GStreamerConfig.cmake
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/cmake/Qt5GStreamer/Qt5GStreamerConfigVersion.cmake
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/cmake/Qt5GStreamer/QtGStreamerConfigCommon.cmake
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/pkgconfig/Qt5GLib-2.0.pc
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/pkgconfig/Qt5GStreamerUi-1.0.pc
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/pkgconfig/Qt5GStreamer-1.0.pc
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/pkgconfig/Qt5GStreamerQuick-1.0.pc
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/pkgconfig/Qt5GStreamerUtils-1.0.pc
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GLib-2.0.so.1.2.0
-- Up-to-date: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GLib-2.0.so.0
-- Up-to-date: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GLib-2.0.so
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/global.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/Global
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/init.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/Init
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/quark.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/Quark
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/type.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/Type
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/refpointer.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/RefPointer
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/wrap.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/paramspec.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/ParamSpec
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/object.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/Object
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/value.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/Value
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/qglib_signal.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/Signal
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/emitimpl.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/connect.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/Connect
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/connectimpl.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/error.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGlib/Error
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamer-1.0.so.1.2.0
-- Up-to-date: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamer-1.0.so.0
-- Up-to-date: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamer-1.0.so
-- Removed runtime path from "/home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamer-1.0.so.1.2.0"
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamerQuick-1.0.so.1.2.0
-- Up-to-date: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamerQuick-1.0.so.0
-- Up-to-date: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamerQuick-1.0.so
-- Removed runtime path from "/home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamerQuick-1.0.so.1.2.0"
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamerUi-1.0.so.1.2.0
-- Up-to-date: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamerUi-1.0.so.0
-- Up-to-date: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamerUi-1.0.so
-- Removed runtime path from "/home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamerUi-1.0.so.1.2.0"
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamerUtils-1.0.so.1.2.0
-- Up-to-date: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamerUtils-1.0.so.0
-- Up-to-date: /home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamerUtils-1.0.so
-- Removed runtime path from "/home/arunganu/qt-gstreamer-1.2.0/build/lib/x86_64-linux-gnu/libQt5GStreamerUtils-1.0.so.1.2.0"
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/global.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Global
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/init.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Init
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/enums.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/structs.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Fourcc
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Fraction
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/IntRange
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Int64Range
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/DoubleRange
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/FractionRange
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/structure.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Structure
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/caps.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Caps
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/miniobject.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/MiniObject
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/object.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Object
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/pad.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Pad
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/ghostpad.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/GhostPad
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/element.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Element
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/pluginfeature.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/PluginFeature
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/elementfactory.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/ElementFactory
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/bin.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Bin
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/childproxy.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/ChildProxy
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/pipeline.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Pipeline
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/message.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Message
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/bus.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Bus
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/parse.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Parse
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/urihandler.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/UriHandler
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/videoorientation.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/VideoOrientation
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/videooverlay.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/VideoOverlay
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/streamvolume.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/StreamVolume
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/colorbalance.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/ColorBalance
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/query.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Query
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/clock.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Clock
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/buffer.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Buffer
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/sample.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Sample
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/allocator.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Allocator
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/memory.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Memory
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/event.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Event
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/clocktime.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/ClockTime
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/taglist.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/TagList
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/bufferlist.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/BufferList
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/discoverer.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Discoverer
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/segment.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Segment
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Ui/global.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Ui/videowidget.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Ui/VideoWidget
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Ui/graphicsvideosurface.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Ui/GraphicsVideoSurface
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Ui/graphicsvideowidget.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Ui/GraphicsVideoWidget
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Utils/global.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Utils/applicationsink.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Utils/ApplicationSink
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Utils/applicationsource.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Utils/ApplicationSource
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Quick/global.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Quick/videosurface.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Quick/VideoSurface
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Quick/videoitem.h
-- Installing: /home/arunganu/qt-gstreamer-1.2.0/build/include/Qt5GStreamer/QGst/Quick/VideoItem
-- Installing: /usr/lib/x86_64-linux-gnu/qt5/imports/QtGStreamer/libQtGStreamerQuick1.so
-- Removed runtime path from "/usr/lib/x86_64-linux-gnu/qt5/imports/QtGStreamer/libQtGStreamerQuick1.so"
-- Installing: /usr/lib/x86_64-linux-gnu/qt5/imports/QtGStreamer/qmldir
-- Installing: /usr/lib/x86_64-linux-gnu/qt5/qml/QtGStreamer/libQtGStreamerQuick2.so
-- Removed runtime path from "/usr/lib/x86_64-linux-gnu/qt5/qml/QtGStreamer/libQtGStreamerQuick2.so"
-- Installing: /usr/lib/x86_64-linux-gnu/qt5/qml/QtGStreamer/qmldir
-- Installing: /home/arunganu/gstreamer-1.6.0/libgstqt5videosink.so
-- Removed runtime path from "/home/arunganu/gstreamer-1.6.0/libgstqt5videosink.so"


All times are GMT -5. The time now is 04:00 PM.