[gst-cvs] gst-plugins-good: [MOVED FROM BAD 22/57] gst/flv/: Add first version of a FLV muxer. The only missing feature is writing of stream metadata.
Sebastian Dröge
slomo at kemper.freedesktop.org
Tue May 12 12:57:58 PDT 2009
Module: gst-plugins-good
Branch: master
Commit: fc2adbb9a8c370e0d7a0f242df8cf7fc3d67e4cb
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=fc2adbb9a8c370e0d7a0f242df8cf7fc3d67e4cb
Author: Sebastian Dröge <slomo at circular-chaos.org>
Date: Thu Oct 9 09:26:58 2008 +0000
[MOVED FROM BAD 22/57] 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.
---
gst/flv/Makefile.am | 13 +-
gst/flv/gstflvdemux.c | 7 +-
gst/flv/gstflvmux.c | 754 +++++++++++++++++++++++++++++++++++++++++++++++++
gst/flv/gstflvmux.h | 84 ++++++
4 files changed, 849 insertions(+), 9 deletions(-)
Diff: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/diff/?id=fc2adbb9a8c370e0d7a0f242df8cf7fc3d67e4cb
More information about the Gstreamer-commits
mailing list