From 106db1b2eb7172c564151b3254c742f16676d95c Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 20 Apr 2007 17:25:50 +0000 Subject: 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). --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain), -- cgit