summaryrefslogtreecommitdiffstats
path: root/gst/flv/gstflvmux.h
Commit message (Collapse)AuthorAgeFilesLines
* flvmux: Write an index table to the end of the fileSebastian Dröge2009-05-221-0/+2
|
* [MOVED FROM BAD 53/57] flv: Add support for muxing some tagsSebastian Dröge2009-05-121-0/+2
|
* [MOVED FROM BAD 50/57] flv: Add documentation to flvmux and flvdemuxSebastian Dröge2009-05-121-0/+2
| | | | Partially fixes bug #573737.
* [MOVED FROM BAD 39/57] gst/flv/: Add support for Speex audio and allow ↵Sebastian Dröge2009-05-121-0/+1
| | | | | | | | | | | | | buffers without valid timestamp in the muxer. Original commit message from CVS: * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps), (gst_flv_mux_request_new_pad), (gst_flv_mux_write_buffer), (gst_flv_mux_collected): * gst/flv/gstflvmux.h: * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate): Add support for Speex audio and allow buffers without valid timestamp in the muxer.
* [MOVED FROM BAD 22/57] gst/flv/: Add first version of a FLV muxer. The only ↵Sebastian Dröge2009-05-121-0/+84
missing feature is writing of stream metadata. Original commit message from CVS: * gst/flv/Makefile.am: * gst/flv/gstflvdemux.c: (plugin_init): * gst/flv/gstflvmux.c: (gst_flv_mux_base_init), (gst_flv_mux_class_init), (gst_flv_mux_init), (gst_flv_mux_finalize), (gst_flv_mux_reset), (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event), (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps), (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad), (gst_flv_mux_write_header), (gst_flv_mux_write_buffer), (gst_flv_mux_collected), (gst_flv_mux_change_state): * gst/flv/gstflvmux.h: Add first version of a FLV muxer. The only missing feature is writing of stream metadata.