use same clock reference for overlay and parser#7
use same clock reference for overlay and parser#7mash-graz wants to merge 1 commit intostb-tester:masterfrom
Conversation
Do you know why this is? We set the
When I've used latency-clock the overlay and the parser are running on different machines, so can't share the same clock. Are you running with them in the same GStreamer pipeline? |
|
I also use to different machines, and clock times are different in two machines. (one is a ubuntu 16.04 installed pc, and another one is ubuntu 20.04 installed KHADAS vim3 sbc), i tried using ntp time server also. But the issue remains same. |
because
gst_clock_set_calibration ()will not be called by the present code,gst_clock_unadjust_unlocked ()returns unexpected values.i don't know, if you can accept this very simple fix, but it simply tries to use the same clock source in the overlay module and the parser. this seems to work in my basic gstreamer experiments.
Fixes: #6