gstreamer/gst/law
Edward Hervey 5ad613d9b9 Switch to using GstStaticPadTemplate.
Original commit message from CVS:
* ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
(gst_flac_dec_init):
* gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
(gst_alaw_dec_init):
* gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
(gst_alaw_enc_init):
* gst/law/alaw.c: (plugin_init):
* gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
(gst_mulawdec_init):
* gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
(gst_mulawenc_init):
* gst/law/mulaw.c: (plugin_init):
Switch to using GstStaticPadTemplate.
* gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
Don't forget to free the addrinfo structure.
* gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
(gst_wavparse_sink_activate):
Don't forget to unref the GstAdapter.
2008-12-13 15:34:01 +00:00
..
alaw-decode.c Switch to using GstStaticPadTemplate. 2008-12-13 15:34:01 +00:00
alaw-decode.h gst/law/: Make negotiation a bit modern. 2008-04-01 11:00:43 +00:00
alaw-encode.c Switch to using GstStaticPadTemplate. 2008-12-13 15:34:01 +00:00
alaw-encode.h gst/law/: Compulsive clean-ups: use boilerplate macros, add debug categories, fix up things to conform to symbol nome... 2007-09-25 17:18:34 +00:00
alaw.c Switch to using GstStaticPadTemplate. 2008-12-13 15:34:01 +00:00
alaw.vcproj more working plugins 2004-07-27 21:41:30 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
mulaw-conversion.c gst/law/: The encoder can't really renegotiate at the time they perform a pad-alloc so make the srcpads use fixed caps. 2008-08-25 09:48:06 +00:00
mulaw-conversion.h gst/law/: Compulsive clean-ups: use boilerplate macros, add debug categories, fix up things to conform to symbol nome... 2007-09-25 17:18:34 +00:00
mulaw-decode.c Switch to using GstStaticPadTemplate. 2008-12-13 15:34:01 +00:00
mulaw-decode.h gst/law/: Make negotiation a bit modern. 2008-04-01 11:00:43 +00:00
mulaw-encode.c Switch to using GstStaticPadTemplate. 2008-12-13 15:34:01 +00:00
mulaw-encode.h gst/law/: Fix law encoder timestamps. 2007-09-12 22:01:59 +00:00
mulaw.c Switch to using GstStaticPadTemplate. 2008-12-13 15:34:01 +00:00
mulaw.vcproj more working plugins 2004-07-27 21:41:30 +00:00