Skip to content

Commit ce27a0b

Browse files
committed
LP-109 fix copy/paste errors in gstreamer pipelines
1 parent 213893e commit ce27a0b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

ground/gcs/src/share/configurations/default_linux.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<displayVideo>true</displayVideo>
5656
<pipelineDesc>ximagesrc ! tee name=t
5757
t. ! queue ! timeoverlay ! autovideosink
58-
t. ! queue ! videoconvert ! x264enc tune=zerolatency tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
58+
t. ! queue ! videoconvert ! x264enc tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
5959
<pipelineInfo></pipelineInfo>
6060
<respectAspectRatio>true</respectAspectRatio>
6161
</data>
@@ -101,7 +101,7 @@
101101
<displayVideo>true</displayVideo>
102102
<pipelineDesc>v4l2src ! tee name=t
103103
t. ! queue ! timeoverlay ! autovideosink
104-
t. ! queue ! videoconvert ! x264enc tune=zerolatency tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
104+
t. ! queue ! videoconvert ! x264enc tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
105105
<pipelineInfo></pipelineInfo>
106106
<respectAspectRatio>true</respectAspectRatio>
107107
</data>

ground/gcs/src/share/configurations/default_macos.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<displayVideo>true</displayVideo>
5656
<pipelineDesc>avfvideosrc capture-screen=true capture-screen-cursor=true ! tee name=t
5757
t. ! queue ! timeoverlay ! autovideosink
58-
t. ! queue ! videoconvert ! x264enc tune=zerolatency tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
58+
t. ! queue ! videoconvert ! x264enc tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
5959
<pipelineInfo></pipelineInfo>
6060
<respectAspectRatio>true</respectAspectRatio>
6161
</data>
@@ -101,7 +101,7 @@
101101
<displayVideo>true</displayVideo>
102102
<pipelineDesc>avfvideosrc ! tee name=t
103103
t. ! queue ! timeoverlay ! autovideosink
104-
t. ! queue ! videoconvert ! x264enc tune=zerolatency tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
104+
t. ! queue ! videoconvert ! x264enc tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
105105
<pipelineInfo></pipelineInfo>
106106
<respectAspectRatio>true</respectAspectRatio>
107107
</data>

ground/gcs/src/share/configurations/default_windows.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<displayVideo>true</displayVideo>
5656
<pipelineDesc>dx9screencapsrc monitor=0 cursor=true ! tee name=t
5757
t. ! queue ! timeoverlay ! autovideosink
58-
t. ! queue ! videoconvert ! x264enc tune=zerolatency tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
58+
t. ! queue ! videoconvert ! x264enc tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
5959
<pipelineInfo></pipelineInfo>
6060
<respectAspectRatio>true</respectAspectRatio>
6161
</data>
@@ -115,7 +115,7 @@
115115
<displayVideo>true</displayVideo>
116116
<pipelineDesc>ksvideosrc device-index=0 ! tee name=t
117117
t. ! queue ! timeoverlay ! autovideosink
118-
t. ! queue ! videoconvert ! x264enc tune=zerolatency tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
118+
t. ! queue ! videoconvert ! x264enc tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
119119
<pipelineInfo></pipelineInfo>
120120
<respectAspectRatio>true</respectAspectRatio>
121121
</data>

0 commit comments

Comments
 (0)