I am trying to understand why osgDB::readImageFile( "abc.ogv" ) does not get routed to the ffmpeg plugin. I get no image loaded and I see that the readImage method of the plugin is not even called.

If I call osgDB::readImageFile( "abc.ogv.ffmpeg" ) it works, but that is not going to be an acceptable solution.

I registered the ogv file extension in the plugin with supportsExtension, and I even added a registry file extension alias as well. I don't believe I have any conflicting plugins, and even using a new made up file extension I get the same problem.

What am I missing here?

Thanks,

Rob

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

Reply via email to