From 79fff8eb08bc19108098c982b54af014a7e5a133 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 10 Aug 2005 10:48:17 +0000 Subject: ext/gnomevfs/gstgnomevfssrc.c: Fix premature EOS. This causes issues when reading ID3v1 tags using gnomevfssrc instea... Original commit message from CVS: * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fix premature EOS. This causes issues when reading ID3v1 tags using gnomevfssrc instead of filesrc; after ID3v1 tag typefinding, the typefind element will EOS rather than send a discont, which makes actual tag-reading in id3demux fail; the result is that the ID3v1 tags are not stripped off the file, which causes an infinite loop of id3demux plugging to the pipeline. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index c4e72543..f8ef9495 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-08-10 Ronald S. Bultje + + * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): + Fix premature EOS. This causes issues when reading ID3v1 tags using + gnomevfssrc instead of filesrc; after ID3v1 tag typefinding, the + typefind element will EOS rather than send a discont, which makes + actual tag-reading in id3demux fail; the result is that the ID3v1 + tags are not stripped off the file, which causes an infinite loop + of id3demux plugging to the pipeline. + 2005-08-10 Thomas Vander Stichele * gst/level/filter.func: -- cgit v1.2.1