gst/flv/gstflvparse.c: Use gst_pad_alloc_buffer_and_set_caps() to make sure we get...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 10 Oct 2008 16:33:36 +0000 (16:33 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 10 Oct 2008 16:33:36 +0000 (16:33 +0000)
commit1854fd19a988e196cf645e1d1d807c77671a936a
tree4b62ba89c7e6c29f43bbfa0fbd341ce52325658b
parent7b619115fb4cab4817ab3d661d153b98d4d9540a
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.
ChangeLog
gst/flv/gstflvparse.c