gstreamer/ext
Edward Hervey 50f4eb876a Fix memleak with gst_static_pad_template_get().
Original commit message from CVS:
* ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
* ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
* ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
(gst_jpeg_dec_setcaps):
* ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
* ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
* ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
* ext/libmng/gstmngdec.c: (gst_mngdec_init),
(gst_mngdec_src_getcaps):
* ext/libpng/gstpngdec.c: (gst_pngdec_init),
(gst_pngdec_caps_create_and_set):
* ext/libpng/gstpngenc.c: (gst_pngenc_init):
* ext/mikmod/gstmikmod.c: (gst_mikmod_init):
* ext/speex/gstspeexdec.c: (gst_speex_dec_init):
* gst/alpha/gstalpha.c: (gst_alpha_init):
* gst/auparse/gstauparse.c: (gst_au_parse_init):
* gst/avi/gstavidemux.c: (gst_avi_demux_init),
(gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
* gst/cutter/gstcutter.c: (gst_cutter_init):
* gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
(gst_efence_checkgetrange):
* gst/debug/negotiation.c: (gst_negotiation_init):
* gst/flx/gstflxdec.c: (gst_flxdec_init):
* gst/goom/gstgoom.c: (gst_goom_init):
* gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
* gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
* gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
* gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
* gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
* gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
* gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
* gst/smpte/gstsmpte.c: (gst_smpte_init):
* gst/wavparse/gstwavparse.c: (gst_wavparse_init),
(gst_wavparse_create_sourcepad):
Fix memleak with gst_static_pad_template_get().
This uses gst_pad_new_from_static_template() instead.
Fixes #333512
2006-03-15 16:17:12 +00:00
..
aalib expand tabs 2005-12-06 19:44:58 +00:00
annodex ext/annodex/: Add a little extra debug. Make the decoder not return NOT_LINKED, as we want to continue decoding all C... 2006-02-28 09:21:27 +00:00
cairo Fix memleak with gst_static_pad_template_get(). 2006-03-15 16:17:12 +00:00
cdio ext/cdio/Makefile.am: Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be required for Cygwin, see #317048) 2006-02-23 20:08:58 +00:00
dv Fix memleak with gst_static_pad_template_get(). 2006-03-15 16:17:12 +00:00
esd close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau. 2006-03-13 15:49:08 +00:00
flac close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau. 2006-03-13 15:49:08 +00:00
gconf add Jurg's patch for multidevice support 2006-02-17 10:53:38 +00:00
gdk_pixbuf Fix memleak with gst_static_pad_template_get(). 2006-03-15 16:17:12 +00:00
hal Add HAL sound device wrapper plugins. Closes #329106 2006-02-15 12:17:28 +00:00
jpeg Fix memleak with gst_static_pad_template_get(). 2006-03-15 16:17:12 +00:00
ladspa ext/ladspa/gstsignalprocessor.c: Fix compilation of LADPSA. It doesn't seem to work, and isn't enabled for the build,... 2006-02-20 13:08:50 +00:00
libcaca fix up more enums 2005-11-22 18:11:58 +00:00
libmng Fix memleak with gst_static_pad_template_get(). 2006-03-15 16:17:12 +00:00
libpng Fix memleak with gst_static_pad_template_get(). 2006-03-15 16:17:12 +00:00
mikmod Fix memleak with gst_static_pad_template_get(). 2006-03-15 16:17:12 +00:00
raw1394 URIHandler interface and element properties are now properly synchronized for DV1394src and UDPSrc 2005-11-22 11:49:30 +00:00
shout2 ext/shout2/gstshout2.c: Make shout2 work for non ogg streams 2006-02-07 13:39:08 +00:00
speex Fix memleak with gst_static_pad_template_get(). 2006-03-15 16:17:12 +00:00
taglib ext/taglib/gsttaglib.cc: Add gtk-doc blurb (unused for the time being); match registered plugin name to the filename ... 2006-03-13 17:22:19 +00:00
wavpack ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix handling of widths of 32 bits. 2006-01-29 20:07:49 +00:00
Makefile.am ext/Makefile.am: Fix dist-check. 2006-02-25 20:37:29 +00:00