From 040213e475986286bd54d2fa7d7dd7a9fd295550 Mon Sep 17 00:00:00 2001 From: David Moore Date: Mon, 17 May 2004 00:25:30 +0000 Subject: [PATCH] compute offsets correctly for internal buffers so timestamps are set correctly when we can't seek. Also handle cases ... Original commit message from CVS: * autogen.sh: * configure.ac: * ext/mad/gstid3tag.c: (gst_id3_tag_chain): compute offsets correctly for internal buffers so timestamps are set correctly when we can't seek. Also handle cases where there are no offsets. (based on a patch by David Moore, fixes #142507) --- ChangeLog | 9 +++++++++ autogen.sh | 2 +- configure.ac | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2e97ecc..576bd03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2004-05-17 Benjamin Otte + * autogen.sh: + * configure.ac: + * ext/mad/gstid3tag.c: (gst_id3_tag_chain): + compute offsets correctly for internal buffers so timestamps are set + correctly when we can't seek. Also handle cases where there are no + offsets. (based on a patch by David Moore, fixes #142507) + +2004-05-17 Benjamin Otte + * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop): use correct variable when determining amount of data to skip so we don't skip into the void and segfault diff --git a/autogen.sh b/autogen.sh index 8977a61..529db45 100755 --- a/autogen.sh +++ b/autogen.sh @@ -72,7 +72,7 @@ fi tool_run "$autopoint --force" patch -p0 < common/gettext.patch -tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" +tool_run "$aclocal" "-I m4 -I common/m4 -I . $ACLOCAL_FLAGS" tool_run "$libtoolize" "--copy --force" tool_run "$autoheader" diff --git a/configure.ac b/configure.ac index fb968f2..24a69e9 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AM_CONFIG_HEADER(config.h) dnl Add parameters for aclocal dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL) -ACLOCAL_FLAGS="-I m4 -I common/m4" +ACLOCAL_FLAGS="-I m4 -I common/m4 -I ." AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS) AC_PROG_CC -- 2.7.4