Why is the pipeline paused at the first frame?

I run the following command:


gst-launch-1.0 filesrc location=v1v2.mp4 ! qtdemux ! h264parse ! nvv4l2decoder ! nvvideoconvert src-crop=0:0:1920:1080 dest-crop=0:0:896:672 ! tee name=t ! nvstreammux name=m batch-size=1 width=896 height=672 ! nvinfer config-file-path=config_infer_secondary_carcolor2.txt batch-size=1 unique-id=1 ! tee name=tt ! nvmultistreamtiler rows=1 columns=1 width=896 height=672 ! nvvideoconvert ! nvdsosd ! nveglglessink tt. ! nvmsgconv config=dstest4_msgconv_config.txt debug-payload-dir=./ payload-type=1 ! nvmsgbroker conn-str=“127.0.0.1;9092” topic=“test” proto-lib=libnvds_kafka_proto.so


And the pipeline is paused at the first frame. Why? What wrong with it?

Your pipeline is wrong. Please correct the pipeline first.

Where?

This part