summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-02-14 02:17:40 +0000
committerDavid Schleef <ds@schleef.org>2004-02-14 02:17:40 +0000
commite0f83e80cbf4550d3c1ce130f6cf6f6a6f917093 (patch)
tree52060e8186bd09a0c708e78df9d7e7b1e3dc72ee
parentfcb18ada6e9fc39e4b206973d205a579a0b5106c (diff)
gst/silence/gstsilence.*: Add sync property.
Original commit message from CVS: * gst/silence/gstsilence.c: (gst_silence_class_init), (gst_silence_set_clock), (gst_silence_get), (gst_silence_set_property), (gst_silence_get_property): * gst/silence/gstsilence.h: Add sync property. * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init), (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get), (gst_sinesrc_set_property), (gst_sinesrc_get_property): * gst/sine/gstsinesrc.h: Add sync property.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35ada34f..ef4b5026 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2004-02-13 David Schleef <ds@schleef.org>
+ * gst/silence/gstsilence.c: (gst_silence_class_init),
+ (gst_silence_set_clock), (gst_silence_get),
+ (gst_silence_set_property), (gst_silence_get_property):
+ * gst/silence/gstsilence.h: Add sync property.
+ * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
+ (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
+ (gst_sinesrc_set_property), (gst_sinesrc_get_property):
+ * gst/sine/gstsinesrc.h: Add sync property.
+
+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.