Fixed warnings

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14606 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2014-12-16 17:15:21 +00:00
parent 4dfe6ab048
commit e4e22bb1af
2 changed files with 12 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ bool GStreamerImageStream::open(const std::string& filename)
// build pipeline
gchar *audio_pipe = "";
const gchar *audio_pipe = "";
if( has_audio_stream )
audio_pipe = "deco. ! queue ! audioconvert ! autoaudiosink";