diff options
author | David Schleef <ds@schleef.org> | 2004-02-13 21:06:00 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-02-13 21:06:00 +0000 |
commit | 2106f8f38be3674998dcae7c9b2a088c96311c64 (patch) | |
tree | 861909d7323ba89ecee8e75d19425a0c70f6e7be /ChangeLog | |
parent | 1d78066bdc1a71d8c06c4b1c25912291369849a6 (diff) | |
download | gst-plugins-bad-2106f8f38be3674998dcae7c9b2a088c96311c64.tar.gz gst-plugins-bad-2106f8f38be3674998dcae7c9b2a088c96311c64.tar.bz2 gst-plugins-bad-2106f8f38be3674998dcae7c9b2a088c96311c64.zip |
gst/intfloat/gstint2float.c: Change stdint usage to glib types.
Original commit message from CVS:
* gst/intfloat/gstint2float.c: (conv_f32_s16),
(gst_int2float_chain_gint16): Change stdint usage to glib types.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-02-13 David Schleef <ds@schleef.org> + + * gst/intfloat/gstint2float.c: (conv_f32_s16), + (gst_int2float_chain_gint16): Change stdint usage to glib types. + 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: |