diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2005-01-05 21:46:19 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2005-01-05 21:46:19 +0000 |
commit | 12ab2c838a688a979747ab649c2a165c34ca4523 (patch) | |
tree | 56c65b4137b2f40538f4965ab0c5f2222eebfaef /ChangeLog | |
parent | 6f4d15d2bd64333484baea034239f8ec9a84031b (diff) | |
download | gst-plugins-bad-12ab2c838a688a979747ab649c2a165c34ca4523.tar.gz gst-plugins-bad-12ab2c838a688a979747ab649c2a165c34ca4523.tar.bz2 gst-plugins-bad-12ab2c838a688a979747ab649c2a165c34ca4523.zip |
gst/: Add AMR (VBR and CBR) ids to riff.h audio codec list
Original commit message from CVS:
* gst-libs/gst/riff/riff-ids.h:
* gst/wavenc/riff.h:
Add AMR (VBR and CBR) ids to riff.h audio codec list
* gst/asfdemux/gstasfdemux.c:
(gst_asf_demux_process_ext_content_desc),
(gst_asf_demux_process_object):
Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> + + * gst-libs/gst/riff/riff-ids.h: + * gst/wavenc/riff.h: + Add AMR (VBR and CBR) ids to riff.h audio codec list + + * gst/asfdemux/gstasfdemux.c: + (gst_asf_demux_process_ext_content_desc), + (gst_asf_demux_process_object): + Retrieve more tags from ASF files (Genre, AlbumTitle, Artist) + 2005-01-05 Martin Eikermann <meiker@upb.de> Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> |