gst/id3demux/gstid3demux.c: Add gst_element_no_more_pads() for proper decodebin behav...
authorEdward Hervey <bilboed@bilboed.com>
Fri, 6 Jan 2006 11:46:53 +0000 (11:46 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 6 Jan 2006 11:46:53 +0000 (11:46 +0000)
commitc6b9d19c3100c3600243526986f9adb205bc55e1
tree0ab941f4a20940f17fd3aa0b426218d4df5dc8df
parentf670909edbd4a95cfed93b4db85cb5ba93a17461
gst/id3demux/gstid3demux.c: Add gst_element_no_more_pads() for proper decodebin behaviour.

Original commit message from CVS:
* gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
Add gst_element_no_more_pads() for proper decodebin behaviour.
* gst/id3demux/id3v2frames.c: (parse_comment_frame),
(parse_text_identification_frame), (parse_split_strings):
Failure to decode some tags is not a GST_ERROR() but a
GST_WARNING()
When iterating over a chunk of text, check that we haven't gone too
far.
ChangeLog
gst/id3demux/gstid3demux.c
gst/id3demux/id3v2frames.c