You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
observed interpipesrc is losing dmauf video metadata if we use stream-sync=compensate-ts or stream-sync=restart-ts, but this happens only for one pipeline.
problem observed only in the second pipeline, if we didn't pass stream-sync option the buffer is ok, but due to timestamp issues waylandsink is not playing. if we pass stream-sync option in interpipesrc **gst_buffer_make_writable ** the buffer losing dmabuf video metadata. it happens only in this pipeline, RTSP pipeline is working fine.
losing GstVideoMeta where dmabuf information saved as below
saved in GstVideoMeta offset and stride fields
The text was updated successfully, but these errors were encountered:
observed interpipesrc is losing dmauf video metadata if we use stream-sync=compensate-ts or stream-sync=restart-ts, but this happens only for one pipeline.
First pipeline: "qcarcamsrc input=0 from-app=true err-handle-mode=2 ! video/x-raw,format=NV12 ! interpipesink name=test"
Second pipeline: "interpipesrc name=srctest listen-to=test is-live=true accept-eos-event=true stream-sync=compensate-ts format=time ! qvconv ! video/x-raw,format=NV12 ! waylandsink sync=false"
Thrid pipeline is RTSP: "interpipesrc is-live=true accept-eos-event=true format=time "
"stream-sync=compensate-ts listen-to=test ! qvconv ! "
"video/x-raw, format=NV12 ! queue ! omxh264enc ! h264parse ! "
"queue ! rtph264pay config-interval=-1 name=pay0 pt=96"
problem observed only in the second pipeline, if we didn't pass stream-sync option the buffer is ok, but due to timestamp issues waylandsink is not playing. if we pass stream-sync option in interpipesrc **gst_buffer_make_writable ** the buffer losing dmabuf video metadata. it happens only in this pipeline, RTSP pipeline is working fine.
losing GstVideoMeta where dmabuf information saved as below
saved in GstVideoMeta offset and stride fields
The text was updated successfully, but these errors were encountered: