summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2007-08-22 14:03:42 +0000
committerJulien Moutte <julien@moutte.net>2007-08-22 14:03:42 +0000
commit79a984c303998dd0ca17f4cc64f5e4321522d575 (patch)
treec5d1199570b7164ca1677f80f72c96c572bce990 /ChangeLog
parent2edfcea585ee1ef195ca2ebad81f546a506a2ba0 (diff)
downloadgst-plugins-bad-79a984c303998dd0ca17f4cc64f5e4321522d575.tar.gz
gst-plugins-bad-79a984c303998dd0ca17f4cc64f5e4321522d575.tar.bz2
gst-plugins-bad-79a984c303998dd0ca17f4cc64f5e4321522d575.zip
gst/flv/: Make sure we don't try filling up the index if no times object was parsed. Fix the way we decide to push ta...
Original commit message from CVS: 2007-08-22 Julien MOUTTE <julien@moutte.net> * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag): * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we don't try filling up the index if no times object was parsed. Fix the way we decide to push tags and emit no-more-pads. Fix some printf typing in debugging.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8c76fe7..6402ff67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-08-22 Julien MOUTTE <julien@moutte.net>
+
+ * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
+ * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
+ (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
+ (gst_flv_parse_tag_video): Make sure we don't try filling up the
+ index if no times object was parsed. Fix the way we decide to push
+ tags and emit no-more-pads. Fix some printf typing in debugging.
+
2007-08-21 Wim Taymans <wim.taymans@gmail.com>
* gst/rtpmanager/gstrtpjitterbuffer.c: