diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-11-23 10:21:31 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-11-23 10:21:31 +0000 |
commit | db93cd7461e32ce9e4261309e6d972758c0de8db (patch) | |
tree | a876c7bf61aa11ba1cbd6983e80f838932d1a72f /ChangeLog | |
parent | c7cc386eefb82358cfac00eecb9083f84140bd6d (diff) | |
download | gst-plugins-bad-db93cd7461e32ce9e4261309e6d972758c0de8db.tar.gz gst-plugins-bad-db93cd7461e32ce9e4261309e6d972758c0de8db.tar.bz2 gst-plugins-bad-db93cd7461e32ce9e4261309e6d972758c0de8db.zip |
gst/speexresample/gstspeexresample.c: Only post the latency message if we have a resampler state already.
Original commit message from CVS:
* gst/speexresample/gstspeexresample.c:
(gst_speex_resample_update_state):
Only post the latency message if we have a resampler state already.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ * gst/speexresample/gstspeexresample.c: (gst_speex_resample_update_state): + Only post the latency message if we have a resampler state already. + +2007-11-23 Sebastian Dröge <slomo@circular-chaos.org> + + * gst/speexresample/gstspeexresample.c: + (gst_speex_resample_update_state): Also post GST_MESSAGE_LATENCY if the latency changes. 2007-11-23 Sebastian Dröge <slomo@circular-chaos.org> |