summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-04-20 17:25:50 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-04-20 17:25:50 +0000
commit106db1b2eb7172c564151b3254c742f16676d95c (patch)
treefc82a7dc13b7d0d0cee1707ea0a8d1de67fb9bd6 /ChangeLog
parent4a1ceda8df71835bd62c060ad9088735a8493182 (diff)
gst/debug/progressreport.c: Don't try to post NULL message (in case we can't query upstream position or duration).
Original commit message from CVS: * gst/debug/progressreport.c: (gst_progress_report_report): Don't try to post NULL message (in case we can't query upstream position or duration).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b412142..9b1e3756 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-20 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/debug/progressreport.c: (gst_progress_report_report):
+ Don't try to post NULL message (in case we can't query upstream
+ position or duration).
+
2007-04-18 Michael Smith <msmith@fluendo.com>
* gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),