Help - Inconsistency in latency information

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Help - Inconsistency in latency information

Baby Octopus
Administrator
Hi,

I see inconsistency in latency computation across two places in the following pipeline

gst-launch-1.0 videotestsrc is-live=1 ! x264enc ! mpegtsmux ! filesink location=/root/out.ts

1. When latency is parsed in GST_EVENT_LATENCY on src pad of mpegtsmux. gst_event_parse_latency() always shows Zero
2. When a latency query is constructed and queried in every handle_frame function, the real latency value is seen

Both show consitent value when sync=1 on filesink. Is this a bug?

~BO
Reply | Threaded
Open this post in threaded view
|

Re: Help - Inconsistency in latency information

Baby Octopus
Administrator
Hi, any help? :)