Fixed terminology for path (in filesystem) versus uri (with protocol)

for gstreamer in MediaPlayer and MediaSource.
This commit is contained in:
brunoherbelin
2020-05-10 00:40:36 +02:00
parent db0acc9ae2
commit 77cffa160e
16 changed files with 104 additions and 40 deletions

View File

@@ -101,7 +101,7 @@ public:
/**
* Open a media using gstreamer URI
* */
void open( std::string uri_);
void open( std::string path);
/**
* True if a media was oppenned
* */