diff --git a/src/osgPlugins/mpeg/MpegImageStream.cpp b/src/osgPlugins/mpeg/MpegImageStream.cpp index 5f4afd1fe..a41449dae 100644 --- a/src/osgPlugins/mpeg/MpegImageStream.cpp +++ b/src/osgPlugins/mpeg/MpegImageStream.cpp @@ -134,7 +134,7 @@ void MpegImageStream::load(const char* fileName) } if (mpeg3_has_audio(mpg)) { - osg::notify(NOTICE) << "Stream has audio" << std::endl; + osg::notify(INFO) << "Stream has audio" << std::endl; } _mpg = (void*)mpg; diff --git a/src/osgPlugins/mpeg/MpegImageStream.h b/src/osgPlugins/mpeg/MpegImageStream.h index 46c9ccca6..431833925 100644 --- a/src/osgPlugins/mpeg/MpegImageStream.h +++ b/src/osgPlugins/mpeg/MpegImageStream.h @@ -57,7 +57,7 @@ namespace osg { { if (!isRunning()) start(); - osg::notify(osg::NOTICE)<<"Play video"<