From: Arwed v. Merkatz Date: Wed, 25 Aug 2004 12:27:59 +0000 (+0000) Subject: Send vorbis headers at the beginning of a stream, fixes bug #141554. X-Git-Tag: 1.19.3~507^2~22832 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eaaa5166694ce34e7433ec07db2e965ba2057fc2;p=platform%2Fupstream%2Fgstreamer.git Send vorbis headers at the beginning of a stream, fixes bug #141554. Original commit message from CVS: Send vorbis headers at the beginning of a stream, fixes bug #141554. --- diff --git a/AUTHORS b/AUTHORS index ca46e98..c493808 100644 --- a/AUTHORS +++ b/AUTHORS @@ -18,3 +18,4 @@ Benjamin Otte Ronald Bultje Julien MOUTTE Jan Schmidt +Arwed v. Merkatz diff --git a/ChangeLog b/ChangeLog index 35f72a0..8e8700f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-25 Arwed v. Merkatz + + * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup), + send vorbis headers at the beginning of a stream, fixes bug #141554. + 2004-08-24 Sebastien Cote * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),