summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-10 10:48:17 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-10 10:48:17 +0000
commit79fff8eb08bc19108098c982b54af014a7e5a133 (patch)
treeee74acfa80c785c5fd859bf28fdc84b298c01a73
parenta19ca412e6bce49bc17711b952e3f2745ba1351d (diff)
downloadgst-plugins-bad-79fff8eb08bc19108098c982b54af014a7e5a133.tar.gz
gst-plugins-bad-79fff8eb08bc19108098c982b54af014a7e5a133.tar.bz2
gst-plugins-bad-79fff8eb08bc19108098c982b54af014a7e5a133.zip
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.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4e72543..f8ef9495 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-08-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * 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 <thomas at apestaart dot org>
* gst/level/filter.func: