<HTML>
<HEAD>
<TITLE>Qt-gstreamer with sdk mac frameworks</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12pt'>When I try to build the QT streamer code after installing the latests mac framework from the SDK site, it fails to configure because it finds my gstreamer frameworks but that its not 0.10.33 or higher.  The version.h file in the frameworks claims to be 10.36 so it should pass.  I changed the version required in the CMakeLists.txt file to 0.10 but it just said it couldn’t find that instead.  Since I know I have the right version is there some way I can force it to find this?<BR>
<BR>
<BR>
<BR>
Here’s what I got showing it found my gstream<BR>
<BR>
-----------------------------------------------------------------------------<BR>
-- The following external packages were located on your system.<BR>
-- This installation will have the extra features provided by these packages.<BR>
-----------------------------------------------------------------------------<BR>
   * Qt 4 - Required for building everything<BR>
   * QtOpenGL - Required for OpenGL acceleration in qtvideosink and QtGStreamerUi<BR>
   * QtDeclarative - Required for building QML support<BR>
   * GStreamer base library - Used for building the qwidgetvideosink element<BR>
   * GStreamer app library - Required to build QtGStreamerUtils<BR>
   * GStreamer interfaces library - Required to build QtGStreamer<BR>
   * GStreamer video library - Used for building the qwidgetvideosink element<BR>
<BR>
....<BR>
<BR>
<BR>
But at the end it shows:<BR>
<BR>
-----------------------------------------------------------------------------<BR>
-- The following REQUIRED packages could NOT be located on your system.<BR>
-- You must install these packages before continuing.<BR>
-----------------------------------------------------------------------------<BR>
   * GStreamer (0.10.33 or higher)  <<a href="http://">http://</a>gstreamer.freedesktop.org/><BR>
     Required to build QtGStreamer<BR>
<BR>
Can I just remove this and assume I have the right version?<BR>
<BR>
find_package(GStreamer 0.10.33 COMPONENTS base)<BR>
macro_log_feature(GSTREAMER_FOUND "GStreamer" "Required to build QtGStreamer"<BR>
                                  "<a href="http://gstreamer.freedesktop.org/">http://gstreamer.freedesktop.org/</a>" TRUE "0.10.33")<BR>
macro_log_feature(GSTREAMER_BASE_LIBRARY_FOUND "GStreamer base library"<BR>
                                               "Used for building the qwidgetvideosink element"<BR>
                                               "<a href="http://gstreamer.freedesktop.org/">http://gstreamer.freedesktop.org/</a>" FALSE "0.10.33")<BR>
<BR>
find_package(GStreamerPluginsBase 0.10.33 COMPONENTS app interfaces video)<BR>
macro_log_feature(GSTREAMER_APP_LIBRARY_FOUND "GStreamer app library"<BR>
                                              "Required to build QtGStreamerUtils"<BR>
                                              "<a href="http://gstreamer.freedesktop.org/">http://gstreamer.freedesktop.org/</a>" TRUE "0.10.33")<BR>
macro_log_feature(GSTREAMER_INTERFACES_LIBRARY_FOUND "GStreamer interfaces library"<BR>
                                                "Required to build QtGStreamer"<BR>
                                                "<a href="http://gstreamer.freedesktop.org/">http://gstreamer.freedesktop.org/</a>" TRUE "0.10.33")<BR>
macro_log_feature(GSTREAMER_VIDEO_LIBRARY_FOUND "GStreamer video library"<BR>
                                                "Used for building the qwidgetvideosink element"<BR>
                                                "<a href="http://gstreamer.freedesktop.org/">http://gstreamer.freedesktop.org/</a>" FALSE "0.10.33")<BR>
<BR>
<BR>
</SPAN></FONT><FONT FACE="Franklin Gothic Medium"><SPAN STYLE='font-size:11pt'>Jim Hopper </SPAN><FONT COLOR="#7E7E7E"><FONT SIZE="2"><SPAN STYLE='font-size:10pt'>| SAIC<BR>
Software Application Engineer | Intelligence, Surveillance, & Reconnaissance Group<BR>
</SPAN></FONT></FONT></FONT><FONT SIZE="2"><SPAN STYLE='font-size:10pt'><FONT COLOR="#7F7F7F"><FONT FACE="Franklin Gothic Book">phone: 937.431.2336<BR>
email: </FONT></FONT><FONT FACE="Franklin Gothic Book"><FONT COLOR="#0000FF"><U><a href="james.e.hopper@saic.com">james.e.hopper@saic.com</a></U></FONT><FONT COLOR="#7F7F7F"> | saic.com <</FONT><FONT COLOR="#0000FF"><U><a href="http://">http://</a>www.saic.com/</U></FONT><FONT COLOR="#7F7F7F">> <BR>
</FONT></FONT></SPAN></FONT><FONT COLOR="#9ABA58"><FONT SIZE="1"><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:7pt'>Please consider the environment before printing this email.<BR>
</SPAN></FONT></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'> <BR>
</SPAN><SPAN STYLE='font-size:12pt'><BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>