Skip to content

Commit

Permalink
Release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Volker Kohaupt committed Sep 29, 2024
1 parent 99e951a commit 9ce3cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

namespace global
{
QString version = "4.3.0-beta-01";
QString version = "4.3.0";
QString name = "vokoscreenNG";
QString nameOutput = "[" + name + "]";
int showclickCounter = 0;
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ int main(int argc, char *argv[])
QFileInfo dirPathProfile( vkSettings.getFileName() );
QString pathProfile = dirPathProfile.absolutePath();
QString programPath = QDir::currentPath();
/*

// Die GStreamer plugins werden über die GST_PLUGIN_PATH_1_0 variable gefunden
QString pluginPath;
pluginPath.append( programPath );
Expand All @@ -144,7 +144,7 @@ int main(int argc, char *argv[])
QFileInfo h264Profile( vkSettings.getOpenh264ProfilePathWithFilename() );
pathPath.append( h264Profile.absolutePath() );
qputenv( "PATH", pathPath.toUtf8() );
*/

QString pathRegistry;
pathRegistry.append( pathProfile );
pathRegistry.append( "/gstreamer.registry" );
Expand Down

0 comments on commit 9ce3cc0

Please sign in to comment.