gst_app_src_set_latency in file writer pipeline

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

gst_app_src_set_latency in file writer pipeline

coezbek
Hi GStreamers,
  I have read the documentation on latency (Core Documentation but cannot quite figure out what to do about this warning I receive in my pipeline (appsrc ! qtmux ! filesink):

0:00:00.297030000  8644   23DF6EA0 WARN                     bin gstbin.c:2380:gst_bin_do_latency_func:<MuxerPipeline> did not really configure latency of 0:00:00.000000000

appsrc receives push_buffer at a constant rate, which is processed by qtmux and written to file. I don't care how long it takes to reach filesink, as long as the pipeline can handle the framerate over a long time.

Calling gst_app_src_set_latency with -1 (pseudo live?) does not prevent the warning.

Many thanks,
  Christopher