mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
ext/: \1/Codec, (fixes #142193)
Original commit message from CVS: reviewed by Benjamin Otte <otte@gnome.org> * ext/a52dec/gsta52dec.c: * ext/divx/gstdivxdec.c: * ext/divx/gstdivxenc.c: * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init): * ext/faac/gstfaac.c: (gst_faac_base_init): * ext/faad/gstfaad.c: (gst_faad_base_init): * ext/ivorbis/vorbisfile.c: * ext/lame/gstlame.c: * ext/libfame/gstlibfame.c: * ext/mpeg2enc/gstmpeg2enc.cc: * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init): * ext/sidplay/gstsiddec.cc: * ext/speex/gstspeexdec.c: * ext/speex/gstspeexenc.c: * ext/xvid/gstxviddec.c: * ext/xvid/gstxvidenc.c: correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec, (fixes #142193)
This commit is contained in:
parent
94d9342dc9
commit
5dc93f5e7b
1 changed files with 23 additions and 0 deletions
23
ChangeLog
23
ChangeLog
|
@ -1,3 +1,26 @@
|
|||
2004-05-09 Edward Hervey <bilboed@bilboed.com>
|
||||
|
||||
reviewed by Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* ext/a52dec/gsta52dec.c:
|
||||
* ext/divx/gstdivxdec.c:
|
||||
* ext/divx/gstdivxenc.c:
|
||||
* ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
|
||||
* ext/faac/gstfaac.c: (gst_faac_base_init):
|
||||
* ext/faad/gstfaad.c: (gst_faad_base_init):
|
||||
* ext/ivorbis/vorbisfile.c:
|
||||
* ext/lame/gstlame.c:
|
||||
* ext/libfame/gstlibfame.c:
|
||||
* ext/mpeg2enc/gstmpeg2enc.cc:
|
||||
* ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
|
||||
* ext/sidplay/gstsiddec.cc:
|
||||
* ext/speex/gstspeexdec.c:
|
||||
* ext/speex/gstspeexenc.c:
|
||||
* ext/xvid/gstxviddec.c:
|
||||
* ext/xvid/gstxvidenc.c:
|
||||
correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
|
||||
(fixes #142193)
|
||||
|
||||
2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/alsa/gstalsa.c: (device_list),
|
||||
|
|
Loading…
Reference in a new issue