diff options
author | Julien Moutte <julien@moutte.net> | 2004-02-02 22:18:38 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2004-02-02 22:18:38 +0000 |
commit | ad795dd11af5de9119afc1b4c913ec6a004bb3aa (patch) | |
tree | 3cfa3bce1d1157a21402d2ecff6a7f8a100c1782 | |
parent | fd9ea326c8d4699d0dbceb102c8a6b18bd158c61 (diff) |
gst-libs/gst/play/play.c: Moving volume in the audio thread for instantaneous volume change. Maybe i will add another...
Original commit message from CVS:
2004-02-02 Julien MOUTTE <julien@moutte.net>
* gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
(gst_play_set_audio_sink): Moving volume in the audio thread for
instantaneous volume change. Maybe i will add another volume in front
of visualization later, not sure yet though.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-02-02 Julien MOUTTE <julien@moutte.net> + * gst-libs/gst/play/play.c: (gst_play_pipeline_setup), + (gst_play_set_audio_sink): Moving volume in the audio thread for + instantaneous volume change. Maybe i will add another volume in front + of visualization later, not sure yet though. + +2004-02-02 Julien MOUTTE <julien@moutte.net> + * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents): Better X events handling, only take the latest events for configure and motion. |