From 7236a2f8b3fe9994017ea871f1d185b552b3d5f7 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 10 Mar 2007 12:30:48 +0000 Subject: Printf format fixes; also add some missing quotes in translated strings. Fixes #416728 and #416727. Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index): * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists): * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame): Printf format fixes; also add some missing quotes in translated strings. Fixes #416728 and #416727. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ed67c1f..1ae9e2ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-03-10 Tim-Philipp Müller + + * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex), + (gst_avi_demux_parse_index): + * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists): + * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame): + Printf format fixes; also add some missing quotes in translated + strings. Fixes #416728 and #416727. + 2007-03-09 Jan Schmidt * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best): -- cgit