mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-10 17:59:59 +01:00
Fixed terminology for path (in filesystem) versus uri (with protocol)
for gstreamer in MediaPlayer and MediaSource.
This commit is contained in:
@@ -32,12 +32,16 @@ class Navigator
|
||||
void RenderNewPannel();
|
||||
void RenderMainPannel();
|
||||
|
||||
char uri_[1024];
|
||||
|
||||
public:
|
||||
Navigator();
|
||||
|
||||
void hidePannel();
|
||||
void showPannelSource(int index);
|
||||
void Render();
|
||||
|
||||
void setMediaUri(std::string path);
|
||||
};
|
||||
|
||||
class ToolBox
|
||||
|
||||
Reference in New Issue
Block a user