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 | |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 |
2 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: diff --git a/common b/common -Subproject a2d2883febd16e51a267a580cc4413b2a17a91a +Subproject 19cb5127af898da4a72109547e9c31c4e14cc96 |