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:
parent
213893e298
commit
ce27a0b035
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user