1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

LP-109 fix copy/paste errors in gstreamer pipelines

This commit is contained in:
Philippe Renon 2017-12-10 16:09:01 +01:00
parent 213893e298
commit ce27a0b035
3 changed files with 6 additions and 6 deletions

View File

@ -55,7 +55,7 @@
<displayVideo>true</displayVideo> <displayVideo>true</displayVideo>
<pipelineDesc>ximagesrc ! tee name=t <pipelineDesc>ximagesrc ! tee name=t
t. ! queue ! timeoverlay ! autovideosink t. ! queue ! timeoverlay ! autovideosink
t. ! queue ! videoconvert ! x264enc tune=zerolatency tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc> t. ! queue ! videoconvert ! x264enc tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
<pipelineInfo></pipelineInfo> <pipelineInfo></pipelineInfo>
<respectAspectRatio>true</respectAspectRatio> <respectAspectRatio>true</respectAspectRatio>
</data> </data>
@ -101,7 +101,7 @@
<displayVideo>true</displayVideo> <displayVideo>true</displayVideo>
<pipelineDesc>v4l2src ! tee name=t <pipelineDesc>v4l2src ! tee name=t
t. ! queue ! timeoverlay ! autovideosink t. ! queue ! timeoverlay ! autovideosink
t. ! queue ! videoconvert ! x264enc tune=zerolatency tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc> t. ! queue ! videoconvert ! x264enc tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
<pipelineInfo></pipelineInfo> <pipelineInfo></pipelineInfo>
<respectAspectRatio>true</respectAspectRatio> <respectAspectRatio>true</respectAspectRatio>
</data> </data>

View File

@ -55,7 +55,7 @@
<displayVideo>true</displayVideo> <displayVideo>true</displayVideo>
<pipelineDesc>avfvideosrc capture-screen=true capture-screen-cursor=true ! tee name=t <pipelineDesc>avfvideosrc capture-screen=true capture-screen-cursor=true ! tee name=t
t. ! queue ! timeoverlay ! autovideosink t. ! queue ! timeoverlay ! autovideosink
t. ! queue ! videoconvert ! x264enc tune=zerolatency tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc> t. ! queue ! videoconvert ! x264enc tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
<pipelineInfo></pipelineInfo> <pipelineInfo></pipelineInfo>
<respectAspectRatio>true</respectAspectRatio> <respectAspectRatio>true</respectAspectRatio>
</data> </data>
@ -101,7 +101,7 @@
<displayVideo>true</displayVideo> <displayVideo>true</displayVideo>
<pipelineDesc>avfvideosrc ! tee name=t <pipelineDesc>avfvideosrc ! tee name=t
t. ! queue ! timeoverlay ! autovideosink t. ! queue ! timeoverlay ! autovideosink
t. ! queue ! videoconvert ! x264enc tune=zerolatency tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc> t. ! queue ! videoconvert ! x264enc tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
<pipelineInfo></pipelineInfo> <pipelineInfo></pipelineInfo>
<respectAspectRatio>true</respectAspectRatio> <respectAspectRatio>true</respectAspectRatio>
</data> </data>

View File

@ -55,7 +55,7 @@
<displayVideo>true</displayVideo> <displayVideo>true</displayVideo>
<pipelineDesc>dx9screencapsrc monitor=0 cursor=true ! tee name=t <pipelineDesc>dx9screencapsrc monitor=0 cursor=true ! tee name=t
t. ! queue ! timeoverlay ! autovideosink t. ! queue ! timeoverlay ! autovideosink
t. ! queue ! videoconvert ! x264enc tune=zerolatency tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc> t. ! queue ! videoconvert ! x264enc tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
<pipelineInfo></pipelineInfo> <pipelineInfo></pipelineInfo>
<respectAspectRatio>true</respectAspectRatio> <respectAspectRatio>true</respectAspectRatio>
</data> </data>
@ -115,7 +115,7 @@
<displayVideo>true</displayVideo> <displayVideo>true</displayVideo>
<pipelineDesc>ksvideosrc device-index=0 ! tee name=t <pipelineDesc>ksvideosrc device-index=0 ! tee name=t
t. ! queue ! timeoverlay ! autovideosink t. ! queue ! timeoverlay ! autovideosink
t. ! queue ! videoconvert ! x264enc tune=zerolatency tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc> t. ! queue ! videoconvert ! x264enc tune=zerolatency bitrate=498 ! mpegpsmux ! filesink location=capture.mpg</pipelineDesc>
<pipelineInfo></pipelineInfo> <pipelineInfo></pipelineInfo>
<respectAspectRatio>true</respectAspectRatio> <respectAspectRatio>true</respectAspectRatio>
</data> </data>