diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-16 15:21:15 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-16 15:21:15 +0000 |
commit | 5453883e639cd68c036145395996b133dfe0dcf9 (patch) | |
tree | 7d36d588a79cca38d19200cc6fba6c8356fc2807 /ChangeLog | |
parent | e3cf903b81c8789244cc2a2b083e9a71b1dcbea8 (diff) | |
download | gst-plugins-bad-5453883e639cd68c036145395996b133dfe0dcf9.tar.gz gst-plugins-bad-5453883e639cd68c036145395996b133dfe0dcf9.tar.bz2 gst-plugins-bad-5453883e639cd68c036145395996b133dfe0dcf9.zip |
gst/flv/gstflvmux.c: Don't set video_codec to the value that actually should go into audio codec, otherwise we create...
Original commit message from CVS:
* gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
(gst_flv_mux_write_buffer):
Don't set video_codec to the value that actually should go
into audio codec, otherwise we create invalid files.
Fixes bug #556564.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-10-16 Sebastian Dröge <slomo@circular-chaos.org> + + * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps), + (gst_flv_mux_write_buffer): + Don't set video_codec to the value that actually should go + into audio codec, otherwise we create invalid files. + Fixes bug #556564. + 2008-10-16 Jan Schmidt <jan.schmidt@sun.com> * tests/check/Makefile.am: |