diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-09-15 16:48:43 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-09-15 16:48:43 +0000 |
commit | 00375a43f6d712bb0aa3b419f45feee619a7afe4 (patch) | |
tree | 10f728d89fd77da421d0d81eff5e03cc98b16a14 | |
parent | 78688b8f04ce95ee7c9e1709af460866a7abfc5d (diff) |
gst/playback/gstplaybin.c: Volume is a double not a float.
Original commit message from CVS:
* gst/playback/gstplaybin.c: (gst_play_bin_get_property):
Volume is a double not a float.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/playback/gstplaybin.c: (gst_play_bin_get_property): + Volume is a double not a float. + 2004-09-15 Wim Taymans <wim@fluendo.com> * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link), |