[Bug 750782] pipeline: Add gst_pipeline_set_latency(), getter and GObject property
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jun 11 10:58:13 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750782
--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Olivier Crête from comment #2)
> Review of attachment 305060 [details] [review]:
>
> I was wondering if this shouldn't be "set_extra_latency()" that would would
> be a value added to the minimum.
In my case I want to configure exactly the same latency on multiple pipelines.
> ::: gst/gstpipeline.c
> @@ +645,3 @@
> + GST_ELEMENT_WARNING (pipeline, CORE, CLOCK, (NULL),
> + ("Configured latency is lower than detected minimum latency:
> configured %"
> + GST_TIME_FORMAT " < min %" GST_TIME_FORMAT,
>
> Shouldn't you error out in this case instead of trying to set an invalid
> latency?
We also don't error out if min_latency > max_latency a few lines above
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list