GNOME Bugzilla – Bug 683672
[0.11] [API] GstAudioDecoder/Encoder: should set_latency/tolerance() argument be GstClockTime ?
Last modified: 2012-09-10 09:21:54 UTC
Subject says it all, had an open FIXME about that somewhere.
Not sure about where/what that FIXME is, or what the problem is with having a GstClockTime argument. However, situation currently is not quite consistent in that there are gint64 arguments and GstClockTime, and it probably does not hurt to change that to gint64 all around ?
Sorry, I meant to ask if it would make sense to change those from gint64 to GstClockTime.
OK, so changed to GstClockTime: commit a29fab200c4a3e8a9277841677caed0704abf794 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Mon Sep 10 11:20:34 2012 +0200 audio{de,en}coder: use GstClockTime parameters where appropriate Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683672