I would try to call osgmovie with forward slashes in the file name.

Your test with gst-launch uses forward slashes and works.

And  GStreamerImageStream constructs a similar pipeline (using the same filesrc 
element) :

gchar *string = g_strdup_printf("filesrc location=%s ! \
        decodebin name=deco \
        deco. ! queue ! videoconvert ! video/x-raw,format=RGB ! appsink 
name=sink emit-signals=true \
        %s", filename.c_str(), audio_pipe);

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=74157#74157





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to