gstreamer/gst/flv
Sebastian Dröge 04795346c5 gst/flv/gstflvdemux.c: Instead of using gst_pad_event_default() use a small gst_pad_push_event() wrapper that only do...
Original commit message from CVS:
* gst/flv/gstflvdemux.c: (gst_flv_demux_push_src_event),
(gst_flv_demux_loop), (gst_flv_demux_handle_seek_pull),
(gst_flv_demux_sink_event):
Instead of using gst_pad_event_default() use a small
gst_pad_push_event() wrapper that only does what we want and is much
more simple.
2008-10-27 09:20:01 +00:00
..
gstflvdemux.c gst/flv/gstflvdemux.c: Instead of using gst_pad_event_default() use a small gst_pad_push_event() wrapper that only do... 2008-10-27 09:20:01 +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/gstflvmux.c: Don't set video_codec to the value that actually should go into audio codec, otherwise we create... 2008-10-16 15:21:15 +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/: Close the currently playing segment from the streaming thread instead of the thread where the seek event is... 2008-10-27 09:10:54 +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