gst/flv/: Add first version of a FLV muxer. The only missing feature is writing of...
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 9 Oct 2008 09:26:58 +0000 (09:26 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 9 Oct 2008 09:26:58 +0000 (09:26 +0000)
commit0b42844a3c1c86513458eea3df625a739b128c42
treeaf989c2fe4450cc88317689378e77736916b2c93
parent815d2620ace9b289bebd163cfe84727836432f11
gst/flv/: Add first version of a FLV muxer. The only 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.
ChangeLog
gst/flv/Makefile.am
gst/flv/gstflvdemux.c
gst/flv/gstflvmux.c [new file with mode: 0644]
gst/flv/gstflvmux.h [new file with mode: 0644]