diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-06-22 12:01:32 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-06-22 12:01:32 +0000 |
commit | d9344c2068d2f8ab077459f128ea877a8fe461fc (patch) | |
tree | e859836101b801aa3451752a349ae420e485d78f /ChangeLog | |
parent | ff5cb2066420fea509d910e0323688fefbef2bba (diff) | |
download | gst-plugins-bad-d9344c2068d2f8ab077459f128ea877a8fe461fc.tar.gz gst-plugins-bad-d9344c2068d2f8ab077459f128ea877a8fe461fc.tar.bz2 gst-plugins-bad-d9344c2068d2f8ab077459f128ea877a8fe461fc.zip |
ext/alsa/: Cleanups, take queued samples into account when reporting the time.
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
(gst_alsa_change_state), (gst_alsa_update_avail),
(gst_alsa_xrun_recovery):
* ext/alsa/gstalsa.h:
* ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
Cleanups, take queued samples into account when reporting
the time.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2004-06-22 Wim Taymans <wim@fluendo.com> + * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update), + (gst_alsa_change_state), (gst_alsa_update_avail), + (gst_alsa_xrun_recovery): + * ext/alsa/gstalsa.h: + * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop): + Cleanups, take queued samples into account when reporting + the time. + +2004-06-22 Wim Taymans <wim@fluendo.com> + * gst/videorate/gstvideorate.c: (gst_videorate_class_init), (gst_videorate_init): Initialize the property as well. |