We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33358fa commit beb7affCopy full SHA for beb7aff
contrib/checkbox-ce-oem/checkbox-provider-ce-oem/bin/gst_transform_resize.py
@@ -312,7 +312,7 @@ def build_pipeline(self) -> str:
312
pipeline = (
313
"{} -e filesrc location={} ! qtdemux ! queue ! "
314
"h264parse ! v4l2h264dec capture-io-mode=5 output-io-mode=5 ! "
315
- "qtivtransform ! video/x-raw\(memory:GBM\),format=NV12,"
+ "qtivtransform ! video/x-raw(memory:GBM),format=NV12,"
316
"width={},height={},framerate=30/1 ! "
317
"v4l2h264enc capture-io-mode=5 output-io-mode=5 ! "
318
"queue ! h264parse ! mp4mux ! queue ! "
0 commit comments