GNOME Bugzilla – Bug 733291
typefindelement: Propagate input buffer PTS and DTS
Last modified: 2014-07-17 07:50:05 UTC
If you are using a source that timestamps its output, but doesn't know its type yet, typefind will discard the timestamp of those initial buffers.
Created attachment 280916 [details] [review] typefindelement: Propagate input buffer PTS and DTS The initial buffers (that were used for timestamping) might have PTS and DTS set. In order to forward those properly, get the initial PTS/DTS from the adapter and set them on the reconstructed output buffer.
commit f1abac1109a14049fa9dab21eeaddc23dcb9fd22 Author: Edward Hervey <edward@collabora.com> Date: Thu Jul 17 07:07:36 2014 +0200 typefindelement: Propagate input buffer PTS and DTS The initial buffers (that were used for timestamping) might have PTS and DTS set. In order to forward those properly, get the initial PTS/DTS from the adapter and set them on the reconstructed output buffer. https://bugzilla.gnome.org/show_bug.cgi?id=733291