summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2008-02-08 03:44:12 +0000
committerDavid Schleef <ds@schleef.org>2008-02-08 03:44:12 +0000
commitc8ae2ad1caf40a3c15261c2d9600b0b2f883235e (patch)
tree22efe0ce1913ffcd1a8c64d8876d0cffa7b86363 /ChangeLog
parent819b139e4e36f8ce3d70acdbcaaec770365de669 (diff)
downloadgst-plugins-bad-c8ae2ad1caf40a3c15261c2d9600b0b2f883235e.tar.gz
gst-plugins-bad-c8ae2ad1caf40a3c15261c2d9600b0b2f883235e.tar.bz2
gst-plugins-bad-c8ae2ad1caf40a3c15261c2d9600b0b2f883235e.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4fdcc8b..5ad07333 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-02-07 David Schleef <ds@schleef.org>
+
+ * 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 <jan.schmidt@sun.com>
* configure.ac: