gst-launch: Use g_file_test() instead of access() which does not exist on MSVC6
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 17 Sep 2010 17:53:33 +0000 (19:53 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 17 Sep 2010 17:54:26 +0000 (19:54 +0200)
commit748433776aacd69a95fdadd35288628755b15d24
tree70f49b6fd61ac43b5ea75e83797481e6f75b39a9
parent0447e72c97a28ba9c173730b8ada1960b1c9ab2f
gst-launch: Use g_file_test() instead of access() which does not exist on MSVC6

Fixes bug #629494.
tools/gst-launch.c