From c8ae2ad1caf40a3c15261c2d9600b0b2f883235e Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 8 Feb 2008 03:44:12 +0000 Subject: gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions. Original commit message from CVS: * gst/multifile/gstmultifilesink.c: * gst/multifile/gstmultifilesrc.c: Use g_file_[sg]et_contents() instead of using stdio functions. Should be less error prone. * tests/check/elements/multifile.c: Create a temporary directory using standard functions instead of creating a directory in the current dir. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e4fdcc8b..5ad07333 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-02-07 David Schleef + + * gst/multifile/gstmultifilesink.c: + * gst/multifile/gstmultifilesrc.c: + Use g_file_[sg]et_contents() instead of using stdio functions. + Should be less error prone. + * tests/check/elements/multifile.c: + Create a temporary directory using standard functions instead of + creating a directory in the current dir. + 2008-02-08 Jan Schmidt * configure.ac: -- cgit v1.2.1