[Bug 778273] AVFVideoSource must post a latency message after it renegotiates caps
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Feb 9 16:01:52 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=778273
--- Comment #4 from Nick Kallen <socialmediamaster9000 at gmail.com> ---
One minor wrinkle in this code is that it's essential that 'gst_caps_replace'
be called before latency message is posted. That's easy to deal with in this
code (call set_latency after gst_caps_replace rather than as its currently done
https://github.com/GStreamer/gst-plugins-bad/blob/master/sys/applemedia/avfvideosrc.m#L708)
but if your goal is to make this all abstracted away, I don't think your
proposal will work.
--
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