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:
6
Source.h
6
Source.h
@@ -117,8 +117,8 @@ public:
|
||||
void accept (Visitor& v);
|
||||
|
||||
// Media specific interface
|
||||
void setURI(const std::string &uri);
|
||||
std::string uri() const;
|
||||
void setPath(const std::string &p);
|
||||
std::string path() const;
|
||||
MediaPlayer *mediaplayer() const;
|
||||
|
||||
protected:
|
||||
@@ -126,7 +126,7 @@ protected:
|
||||
void init();
|
||||
|
||||
Surface *mediasurface_;
|
||||
std::string uri_;
|
||||
std::string path_;
|
||||
MediaPlayer *mediaplayer_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user