summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-25 17:54:25 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-25 17:54:25 +0000
commitf62efef1137b2ae91d900f20e9c19c47681e8aaf (patch)
tree420bd7ee3c9d0bd4dd76c88249dbb72a31f968fe /ChangeLog
parente23a7eec6894f07887669b0541c0ab207e77ae84 (diff)
sys/ximage/gstximagesrc.c: Document newly-added properties properly, so that there is a 'Since: 0.10.4' in the plugin...
Original commit message from CVS: * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init): Document newly-added properties properly, so that there is a 'Since: 0.10.4' in the plugin docs. Convert some property names into canonical GObject style (GObject will do that internally anyway).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58dca7da..4fead7e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
+ * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
+ Document newly-added properties properly, so that there is a
+ 'Since: 0.10.4' in the plugin docs. Convert some property
+ names into canonical GObject style (GObject will do that
+ internally anyway).
+
+2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/id3demux/id3tags.c:
(id3demux_add_id3v2_frame_blob_to_taglist):
Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as