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
|