Skip to content

Commit beb7aff

Browse files
committed
fix format
1 parent 33358fa commit beb7aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/checkbox-ce-oem/checkbox-provider-ce-oem/bin/gst_transform_resize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def build_pipeline(self) -> str:
312312
pipeline = (
313313
"{} -e filesrc location={} ! qtdemux ! queue ! "
314314
"h264parse ! v4l2h264dec capture-io-mode=5 output-io-mode=5 ! "
315-
"qtivtransform ! video/x-raw\(memory:GBM\),format=NV12,"
315+
"qtivtransform ! video/x-raw(memory:GBM),format=NV12,"
316316
"width={},height={},framerate=30/1 ! "
317317
"v4l2h264enc capture-io-mode=5 output-io-mode=5 ! "
318318
"queue ! h264parse ! mp4mux ! queue ! "

0 commit comments

Comments
 (0)