Skip to content

Commit 51e214b

Browse files
committed
Update H264PassthroughSource.cpp
1 parent 49f6bec commit 51e214b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/camera/H264PassthroughSource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ std::string buildPipelineString(const cam::CameraStreamProperties& props, const
2626
<< ",framerate=" << props.framerate << "/1 ! ";
2727
pipeline << "h264parse config-interval=1 disable-passthrough=false ! ";
2828
pipeline << "queue leaky=2 ! ";
29-
pipeline << "appsink drop=true name=" << sinkName
29+
pipeline << "appsink name=" << sinkName
3030
<< " caps=\"video/x-h264,stream-format=byte-stream,alignment=au\" "
3131
"emit-signals=false sync=false drop=true max-buffers=1";
3232
return pipeline.str();

0 commit comments

Comments
 (0)