summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-02-07 20:39:16 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-02-07 20:39:16 +0000
commitb5ee422546be8c03397fafd08d05671dad56bccf (patch)
treeb7cb08dae28a6693b9c7ea74430245a8542dacee /ChangeLog
parent784a4689e03678e4667756df4f5cbdcc850d4cbd (diff)
Make progressreport element post messages with the current progress on the bus. Also add some basic docs for it.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.hierarchy: * gst/debug/Makefile.am: * gst/debug/progressreport.c: (gst_progress_report_post_progress), (gst_progress_report_do_query), (gst_progress_report_report): Make progressreport element post messages with the current progress on the bus. Also add some basic docs for it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4da15e3..4ff0a655 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
+
+ * docs/plugins/Makefile.am:
+ * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+ * docs/plugins/gst-plugins-good-plugins-sections.txt:
+ * docs/plugins/gst-plugins-good-plugins.hierarchy:
+ * gst/debug/Makefile.am:
+ * gst/debug/progressreport.c: (gst_progress_report_post_progress),
+ (gst_progress_report_do_query), (gst_progress_report_report):
+ Make progressreport element post messages with the current progress
+ on the bus. Also add some basic docs for it.
+
2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
* ext/hal/hal.c: (gst_hal_get_string):