diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-11 11:27:46 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-11 11:27:46 +0000 |
| commit | 1ad81019a2976c6f40afc43ca6bc8d3caf7e6896 (patch) | |
| tree | 92b95b76977074efec439f0438ac7b28237eb670 /ChangeLog | |
| parent | 4c46ceb4cbacdf009c46d0ca55338c8e9694b2fe (diff) | |
gst/matroska/matroska-mux.c: Update the counter for the number of streams when pads are added or removed. This will m...
Original commit message from CVS:
* gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
(gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
Update the counter for the number of streams when pads are added or
removed. This will make sure that a seek table is generated for
files with just one audio stream.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org> + * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad), + (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data): + Update the counter for the number of streams when pads are added or + removed. This will make sure that a seek table is generated for + files with just one audio stream. + +2008-06-11 Sebastian Dröge <slomo@circular-chaos.org> + * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_metadata_id_simple_tag): * gst/matroska/matroska-ids.h: |
