mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Fixed terminology for path (in filesystem) versus uri (with protocol)
for gstreamer in MediaPlayer and MediaSource.
This commit is contained in:
@@ -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
|
||||
* */
|
||||
|
||||
Reference in New Issue
Block a user