Skip to content

Commit

Permalink
remove gst-launch1.0 prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbach04 authored and Ullaakut committed Oct 16, 2017
1 parent af83fc5 commit 393f806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ std::string create_file_input(std::shared_ptr<t_config> &config) {
std::string create_device_input(std::shared_ptr<t_config> &config) {
std::string launchCmd = "";

launchCmd += "gst-launch1.0";
launchCmd += " v4l2src device=";
launchCmd += config->input;

Expand Down

0 comments on commit 393f806

Please sign in to comment.