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 582661 - [deinterlace] Fix latency query to return unbound max latency if upstream returns this
[deinterlace] Fix latency query to return unbound max latency if upstream ret...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-14 19:45 UTC by Sebastian Dröge (slomo)
Modified: 2009-05-15 13:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
deinterlace-latency.diff (556 bytes, patch)
2009-05-14 19:47 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2009-05-14 19:45:00 UTC
Hi,
attached patch fixes the latency query. If upstream reports unbound max latency we should forward this instead of setting our own, says Wim.
Comment 1 Sebastian Dröge (slomo) 2009-05-14 19:47:28 UTC
Created attachment 134663 [details] [review]
deinterlace-latency.diff
Comment 2 Wim Taymans 2009-05-14 19:56:57 UTC
ACK
Comment 3 Sebastian Dröge (slomo) 2009-05-15 13:15:24 UTC
commit ad9b02b881e2f6dca0133a4831ee640d92701f41
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu May 14 21:43:14 2009 +0200

    deinterlace: If the upstream max latency is unbound return unbound max laten
    
    Fixes bug #582661.