summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-10 16:33:36 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-10 16:33:36 +0000
commit1854fd19a988e196cf645e1d1d807c77671a936a (patch)
tree4b62ba89c7e6c29f43bbfa0fbd341ce52325658b /ChangeLog
parent7b619115fb4cab4817ab3d661d153b98d4d9540a (diff)
downloadgst-plugins-bad-1854fd19a988e196cf645e1d1d807c77671a936a.tar.gz
gst-plugins-bad-1854fd19a988e196cf645e1d1d807c77671a936a.tar.bz2
gst-plugins-bad-1854fd19a988e196cf645e1d1d807c77671a936a.zip
gst/flv/gstflvparse.c: Use gst_pad_alloc_buffer_and_set_caps() to make sure we get a buffer with caps that we can wor...
Original commit message from CVS: * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Use gst_pad_alloc_buffer_and_set_caps() to make sure we get a buffer with caps that we can work with (i.e. the pad's caps). Add non-keyframe video frames to the index too but without the keyframe flag. Add audio frames to the index only if we have no video stream.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ac4bd48..ede07b65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
* gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
(gst_flv_parse_tag_video):
+ Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
+ a buffer with caps that we can work with (i.e. the pad's caps).
+
+ Add non-keyframe video frames to the index too but without the
+ keyframe flag.
+
+ Add audio frames to the index only if we have no video stream.
+
+2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
+ (gst_flv_parse_tag_video):
Create pads from the pad templates, use fixed caps on them
and only activate them after the caps are set.