diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-12-09 19:37:53 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-12-09 19:37:53 +0000 |
commit | 220e7f70e269374fd0466481bdcb4d4cb7e0bd00 (patch) | |
tree | d5680a57610ab3640de567c2dd2aa5c187848b98 /ChangeLog | |
parent | ed72a4fcfee8a3c803ae1fad3d7fa123d05a8dbb (diff) | |
download | gst-plugins-bad-220e7f70e269374fd0466481bdcb4d4cb7e0bd00.tar.gz gst-plugins-bad-220e7f70e269374fd0466481bdcb4d4cb7e0bd00.tar.bz2 gst-plugins-bad-220e7f70e269374fd0466481bdcb4d4cb7e0bd00.zip |
gst/flv/gstflvparse.c: Fix list of supported and known codecs.
Original commit message from CVS:
* gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
(gst_flv_parse_tag_video):
Fix list of supported and known codecs.
Emit tag with the codec name so it gets properly reported in totem and
other applications.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-12-09 Edward Hervey <edward@collabora.co.uk> + + * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio), + (gst_flv_parse_tag_video): + Fix list of supported and known codecs. + Emit tag with the codec name so it gets properly reported in totem and + other applications. + 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org> * configure.ac: |