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 | fcb18ada6e9fc39e4b206973d205a579a0b5106c (patch) | |
tree | 1c8c6719881854a6a522e3ba8b52c655d9c197bb | |
parent | 96bbb83816765f64a3fb027c76a793b0cb47a549 (diff) |
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 |