ext/a52dec/gsta52dec.c: mark audio/a52, audio/ac3 as deprecated in a comment

Original commit message from CVS:
* ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
* gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
* gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
This commit is contained in:
Stéphane Loeuillet 2004-05-10 00:27:36 +00:00
parent 3044ad4c33
commit 0dbe298e53

View file

@ -3,6 +3,9 @@
* gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
* gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
* gst/law/alaw-encode.c : (idem)
* ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
* gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
* gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
2004-05-09 Benjamin Otte <otte@gnome.org>