mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Fixed terminology for path (in filesystem) versus uri (with protocol)
for gstreamer in MediaPlayer and MediaSource.
This commit is contained in:
@@ -205,7 +205,7 @@ void SessionCreator::visit (MediaSource& s)
|
||||
XMLElement* uriNode = xmlCurrent_->FirstChildElement("uri");
|
||||
if (uriNode) {
|
||||
std::string uri = std::string ( uriNode->GetText() );
|
||||
s.setURI(uri);
|
||||
s.setPath(uri);
|
||||
}
|
||||
|
||||
// set config media player
|
||||
|
||||
Reference in New Issue
Block a user