diff options
author | David Schleef <ds@schleef.org> | 2008-02-08 03:44:12 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2008-02-08 03:44:12 +0000 |
commit | c8ae2ad1caf40a3c15261c2d9600b0b2f883235e (patch) | |
tree | 22efe0ce1913ffcd1a8c64d8876d0cffa7b86363 /ChangeLog | |
parent | 819b139e4e36f8ce3d70acdbcaaec770365de669 (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |