Skip to content

Commit eed8570

Browse files
EtronieDENGCarlosLeeGit
authored andcommitted
UI: remove label
1 parent b2866bf commit eed8570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/project/resize/src/graph/resize.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dir=""
2727
[graph]
2828
format = "graphviz"
2929
graphconf = '''digraph graph_resize {
30-
video_input[type=flowunit, flowunit=video_input, device=cpu, deviceid=0, label="<out_video_url>", repeat=20, source_url="/xxx/xxx.mp4"]
31-
videodemuxer[type=flowunit, flowunit=video_demuxer, device=cpu, deviceid=0, queue_size_event=1000, label="<in_video_url> | <out_video_packet>"]
32-
videodecoder[type=flowunit, flowunit=video_decoder, device=cuda, deviceid=0, label="<in_video_packet> | <out_video_frame>", pix_fmt="nv12"]
30+
video_input[type=flowunit, flowunit=video_input, device=cpu, deviceid=0, repeat=20, source_url="/xxx/xxx.mp4"]
31+
videodemuxer[type=flowunit, flowunit=video_demuxer, device=cpu, deviceid=0, queue_size_event=1000, ]
32+
videodecoder[type=flowunit, flowunit=video_decoder, device=cuda, deviceid=0, pix_fmt="nv12"]
3333
output1[type=output]
3434
video_input:out_video_url -> videodemuxer:in_video_url
3535
videodemuxer:out_video_packet -> videodecoder:in_video_packet

0 commit comments

Comments
 (0)