mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 15:32:32 +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
9a83bc0764
commit
37098ff900
3 changed files with 25 additions and 2 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>
|
2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* ext/alsa/gstalsa.c: (device_list),
|
* ext/alsa/gstalsa.c: (device_list),
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
GstElementDetails gst_speexdec_details = {
|
GstElementDetails gst_speexdec_details = {
|
||||||
"speex audio decoder",
|
"speex audio decoder",
|
||||||
"Codec/Audio/Decoder",
|
"Codec/Decoder/Audio",
|
||||||
".speex",
|
".speex",
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
};
|
};
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
GstElementDetails gst_speexenc_details = {
|
GstElementDetails gst_speexenc_details = {
|
||||||
"speex audio encoder",
|
"speex audio encoder",
|
||||||
"Codec/Audio/Encoder",
|
"Codec/Encoder/Audio",
|
||||||
".speex",
|
".speex",
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue