gstreamer/gst/flv
Sebastian Dröge 967088f074 gst/flv/: Don't memcpy() all data we want to push downstream, instead just create subbuffers and push them downstream.
Original commit message from CVS:
* gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
(gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
(gst_flv_demux_create_index):
* gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
(gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
(gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type),
(gst_flv_parse_header):
* gst/flv/gstflvparse.h:
Don't memcpy() all data we want to push downstream, instead just
create subbuffers and push them downstream.
Fix some minor memory leaks.
2008-10-27 09:45:04 +00:00
..
gstflvdemux.c gst/flv/: Don't memcpy() all data we want to push downstream, instead just create subbuffers and push them downstream. 2008-10-27 09:45:04 +00:00
gstflvdemux.h gst/flv/gstflvdemux.*: If our index was created by the element and not provided from the outside we should destroy it... 2008-10-27 09:14:45 +00:00
gstflvmux.c gst/flv/: Add support for Speex audio and allow buffers without valid timestamp in the muxer. 2008-10-27 09:33:40 +00:00
gstflvmux.h gst/flv/: Add support for Speex audio and allow buffers without valid timestamp in the muxer. 2008-10-27 09:33:40 +00:00
gstflvparse.c gst/flv/: Don't memcpy() all data we want to push downstream, instead just create subbuffers and push them downstream. 2008-10-27 09:45:04 +00:00
gstflvparse.h gst/flv/: Don't memcpy() all data we want to push downstream, instead just create subbuffers and push them downstream. 2008-10-27 09:45:04 +00:00
Makefile.am gst/flv/Makefile.am: Fix (non-critical) syntax error and add all required CFLAGS and LIBS. 2008-10-27 09:41:18 +00:00