After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750650 - liveadder: sync_time should not include its own latency
liveadder: sync_time should not include its own latency
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.4.5
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-09 15:20 UTC by Nicolas Huet
Modified: 2015-06-09 19:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch removing own latency in sync time (806 bytes, patch)
2015-06-09 15:20 UTC, Nicolas Huet
none Details | Review

Description Nicolas Huet 2015-06-09 15:20:00 UTC
Created attachment 304870 [details] [review]
patch removing own latency in sync time

Synchronization actually includes its own latency. To me this is wrong as a sink without any tolerance will receive late buffers.
Comment 1 Olivier Crête 2015-06-09 19:49:33 UTC
A sink with no tolerance will every every buffer late with a simple pipeline like uridecodebin ! identity sync=1 ! sink. Sinks always need some kind of tolerance (or latency) as GStreamer has no mechanism to deal with the fact that various forms of CPU processing are not instant.