gstreamer/gst/flv
Sebastian Dröge 1854fd19a9 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.
2008-10-10 16:33:36 +00:00
..
gstflvdemux.c gst/flv/: Get an approximate duration of the file by looking at the timestamp of the last tag in pull mode. If we get... 2008-10-09 16:20:26 +00:00
gstflvdemux.h gst/flv/: Introduce demuxing support for AAC and 2008-06-13 22:46:43 +00:00
gstflvmux.c gst/flv/: Add first version of a FLV muxer. The only missing feature is writing of stream metadata. 2008-10-09 09:26:58 +00:00
gstflvmux.h gst/flv/: Add first version of a FLV muxer. The only missing feature is writing of stream metadata. 2008-10-09 09:26:58 +00:00
gstflvparse.c 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... 2008-10-10 16:33:36 +00:00
gstflvparse.h gst/flv/: Get an approximate duration of the file by looking at the timestamp of the last tag in pull mode. If we get... 2008-10-09 16:20:26 +00:00
Makefile.am gst/flv/: Add first version of a FLV muxer. The only missing feature is writing of stream metadata. 2008-10-09 09:26:58 +00:00