gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions.
authorDavid Schleef <ds@schleef.org>
Fri, 8 Feb 2008 03:44:12 +0000 (03:44 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 8 Feb 2008 03:44:12 +0000 (03:44 +0000)
commitda83e9f450e0f036dd204f2a1a84a950676113be
tree83dc311a947591a19cdb46420a0fdbc2af1e5171
parent1d5d8e1397535425815eeeb252e9213b77b57ef4
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.
gst/multifile/gstmultifilesink.c
gst/multifile/gstmultifilesrc.c
tests/check/elements/multifile.c