From b962caac1033cd8a6003aabc367f62f008f41285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 4 May 2005 11:33:54 +0000 Subject: gst-libs/gst/play/play.c: Fix compilation with gcc4 and, while we're at it, use g_get_current_dir() instead of using ... Original commit message from CVS: * gst-libs/gst/play/play.c: (gst_play_set_location): Fix compilation with gcc4 and, while we're at it, use g_get_current_dir() instead of using getcwd() with a ridiculously small buffer. (#302864) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 69552313..931ab91d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-05-04 Tim-Philipp Müller + + * gst-libs/gst/play/play.c: (gst_play_set_location): + Fix compilation with gcc4 and, while we're at it, use + g_get_current_dir() instead of using getcwd() with a + ridiculously small buffer. (#302864) + 2005-05-03 Gergely Nagy * ext/ogg/gstoggmux.c: Lower default max-page-delay and -- cgit v1.2.1