diff options
| author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-03-16 14:04:16 +0000 |
|---|---|---|
| committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-03-16 14:04:16 +0000 |
| commit | e0ac7c51f30bd19ceef6e38c6541db3454ca86e1 (patch) | |
| tree | 8dc1e98b587a64f5bd9ee25f989ef214cde8c3f2 /ChangeLog | |
| parent | ae0eb4e7ce3b592cd767b6655fef51688b0776c6 (diff) | |
gst/avi/gstavidemux.c: Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
Original commit message from CVS:
* gst/avi/gstavidemux.c:
Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ 2008-03-16 Stefan Kost <ensonic@users.sf.net> * gst/avi/gstavidemux.c: + Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log. + Also downgrade a GST_WARNING to GST_DEBUG and add a comment. + +2008-03-16 Stefan Kost <ensonic@users.sf.net> + + * gst/avi/gstavidemux.c: Chunksize is uint32. Fix format specifier. 2008-03-14 Christian Schaller <christian.schaller@collabora.co.uk> |
