gstreamer/gst/law
Ronald S. Bultje 920ad8773b gst/law/: Fix capsnego in all four, remove the unused property functions and simplify the chain functions slightly. I...
Original commit message from CVS:
* gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
(gst_alawdec_base_init), (gst_alawdec_class_init),
(gst_alawdec_init), (gst_alawdec_chain):
* gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
(gst_alawenc_base_init), (gst_alawenc_class_init),
(gst_alawenc_init), (gst_alawenc_chain):
* gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
(gst_mulawdec_base_init), (gst_mulawdec_class_init),
(gst_mulawdec_init), (gst_mulawdec_chain):
* gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
(gst_mulawenc_base_init), (gst_mulawenc_class_init),
(gst_mulawenc_init), (gst_mulawenc_chain):
Fix capsnego in all four, remove the unused property functions and
simplify the chain functions slightly. I guess we could use macros
or something similar for those, since the code is so similar, but
I'm currently too lazy...
2004-03-26 01:56:11 +00:00
..
alaw-decode.c gst/law/: Fix capsnego in all four, remove the unused property functions and simplify the chain functions slightly. I... 2004-03-26 01:56:11 +00:00
alaw-decode.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
alaw-encode.c gst/law/: Fix capsnego in all four, remove the unused property functions and simplify the chain functions slightly. I... 2004-03-26 01:56:11 +00:00
alaw-encode.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
alaw.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
Makefile.am Remove redundant plugindir definition 2003-08-10 00:01:58 +00:00
mulaw-conversion.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
mulaw-conversion.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
mulaw-decode.c gst/law/: Fix capsnego in all four, remove the unused property functions and simplify the chain functions slightly. I... 2004-03-26 01:56:11 +00:00
mulaw-decode.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
mulaw-encode.c gst/law/: Fix capsnego in all four, remove the unused property functions and simplify the chain functions slightly. I... 2004-03-26 01:56:11 +00:00
mulaw-encode.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
mulaw.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00