gst-libs/gst/tag/gsttagdemux.c: Post an error message if we can't pull as many bytes...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 8 Jan 2008 21:10:02 +0000 (21:10 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 8 Jan 2008 21:10:02 +0000 (21:10 +0000)
commit526fd3d7da562ac8ee8d48961e1c3aa1915625e2
treefc253525ed5ee84bfdba23f5512171f2e5f346a9
parent939d39cdf467f194f40f8afe586017160aa5202c
gst-libs/gst/tag/gsttagdemux.c: Post an error message if we can't pull as many bytes as we need for the tag. This mak...

Original commit message from CVS:
* gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
Post an error message if we can't pull as many bytes as we need
for the tag. This makes sure the user gets to see a proper error
message if a file with a partial ID3 tag is fed to decodebin, and
not a 'no ID3 tag demuxer' error, which would be confusing
(see #508138).
ChangeLog
gst-libs/gst/tag/gsttagdemux.c