diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-27 09:10:54 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-27 09:10:54 +0000 |
commit | 4dc92cff1ec25b63c32c73879d66b778f0a26635 (patch) | |
tree | d65f2aa1740f48ccc6291d6ea668f0f93a4edebf /ChangeLog | |
parent | 77de3318151adba45080513f00b5b2e6d5eede00 (diff) | |
download | gst-plugins-bad-4dc92cff1ec25b63c32c73879d66b778f0a26635.tar.gz gst-plugins-bad-4dc92cff1ec25b63c32c73879d66b778f0a26635.tar.bz2 gst-plugins-bad-4dc92cff1ec25b63c32c73879d66b778f0a26635.zip |
gst/flv/: Close the currently playing segment from the streaming thread instead of the thread where the seek event is...
Original commit message from CVS:
* gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
(gst_flv_demux_handle_seek_pull), (gst_flv_demux_dispose):
* gst/flv/gstflvdemux.h:
* gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
(gst_flv_parse_tag_video):
Close the currently playing segment from the streaming thread
instead of the thread where the seek event is handled.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup), + (gst_flv_demux_handle_seek_pull), (gst_flv_demux_dispose): + * gst/flv/gstflvdemux.h: + * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio), + (gst_flv_parse_tag_video): + Close the currently playing segment from the streaming thread + instead of the thread where the seek event is handled. + +2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> + Patch by: David Härdeman <david at hardeman dot nu> * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_nit): |