Thanks Dmitry, changes now merged and submitted to svn/trunk.

On 24 January 2015 at 19:05, Dmitry Marakasov <[email protected]> wrote:

> Hi!
>
> While packaging osg-3.3.3 I've discovered that gstreamer detection is
> broken:
>
> -- Could NOT find GStreamer (missing:  GSTREAMER_BASE_INCLUDE_DIRS
> GSTREAMER_BASE_LIBRARIES GSTREAMER_GSTREAMER-APP_INCLUDE_DIRS
> GSTREAMER_GSTREAMER-APP_LIBRARIES GSTREAMER_GSTREAMER-PBUTILS_INCLUDE_DIRS
> GSTREAMER_GSTREAMER-PBUTILS_LIBRARIES) (found version "1.4.5")
>
> though all required modules are installed.
>
> There are two problems: first, module names are spelled incorrectly in root
> CMakeLists.txt (e.g. gstreamer-app instead of app), so variables expected
> for them are e.g. GSTREAMER_GSTREAMER-APP_INCLUDE_DIRS instead of
> GSTREAMER_APP_INCLUDE_DIRS.
>
> Second, gstreamer base component is detected as GSTREAMER while checked
> later as GSTREAMER_BASE. I've uncommented the detection as
> GSTREAMER_BASE, but obviously that should be revisited and only one
> detection left. With this patch, gstreamer is detected properly and
> the plugins is successfully built and installed.
>
> --
> Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
> [email protected]  ..:  jabber: [email protected]    http://www.amdmi3.ru
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
>
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to