summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-01-06 11:46:53 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-01-06 11:46:53 +0000
commitc6b9d19c3100c3600243526986f9adb205bc55e1 (patch)
tree0ab941f4a20940f17fd3aa0b426218d4df5dc8df /ChangeLog
parentf670909edbd4a95cfed93b4db85cb5ba93a17461 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29c40265..622c28f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-01-06 Edward Hervey <edward@fluendo.com>
+
+ * 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.
+
2006-01-05 Stefan Kost <ensonic@users.sf.net>
* gst/videobox/gstvideobox.c: (gst_video_box_class_init),