gstreamer/ext
Jan Schmidt 9888ea2990 Fixes a bunch of problems with finalize and dispose functions, either assumptions that dispose is only called once, o...
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
(gst_alsa_finalize):
* ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
(gst_cdaudio_finalize):
* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
(cdparanoia_finalize):
* ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
* ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
* ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
(dvdreadsrc_finalize):
* ext/flac/gstflacdec.c: (gst_flacdec_class_init),
(gst_flacdec_finalize):
* ext/flac/gstflacenc.c: (gst_flacenc_class_init),
(gst_flacenc_finalize):
* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
(gst_gnomevfssink_finalize):
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
(gst_gnomevfssrc_finalize):
* ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
(gst_fameenc_finalize):
* ext/nas/nassink.c: (gst_nassink_class_init),
(gst_nassink_finalize):
* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
(gst_sdlvideosink_class_init):
* ext/sndfile/gstsf.c: (gst_sf_dispose):
* gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
* gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
* gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
* gst-libs/gst/xwindowlistener/xwindowlistener.c:
(gst_x_window_listener_dispose):
* gst/audioscale/gstaudioscale.c:
* gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
(play_on_demand_finalize):
* gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
* gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
* sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
(cdplayer_finalize):
* sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
(gst_glimagesink_class_init):
* sys/oss/gstosselement.c: (gst_osselement_class_init),
(gst_osselement_finalize):
* sys/oss/gstosssink.c: (gst_osssink_dispose):
* sys/oss/gstosssrc.c: (gst_osssrc_dispose):
* sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
Fixes a bunch of problems with finalize and dispose functions,
either assumptions that dispose is only called once, or not calling
the parent class dispose/finalize function
2004-11-01 14:43:38 +00:00
..
aalib second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... 2004-05-21 23:28:57 +00:00
dv ext/dv/gstdvdec.c: Set EOS on the element when processing an EOS event. 2004-10-30 06:44:02 +00:00
esd added two api precondition guards use g_strdup with getenv to fix crash when using ENVVAR 2004-11-01 11:45:26 +00:00
flac Fixes a bunch of problems with finalize and dispose functions, either assumptions that dispose is only called once, o... 2004-11-01 14:43:38 +00:00
gdk_pixbuf ext/gdk_pixbuf/pixbufscale.c: Correct caps negotiation 2004-09-22 15:03:08 +00:00
jpeg ext/: Fix mimetype on smoke encoder. 2004-10-18 14:02:51 +00:00
ladspa added typecast to avoid warning 2004-08-31 16:07:08 +00:00
libcaca only open/close library during state changes, not creation/disposal 2004-04-13 12:17:21 +00:00
libmng ext/libmng/gstmngdec.c: Set the framerate correctly. 2004-10-05 10:41:08 +00:00
libpng error out on unsupported types 2004-08-17 13:37:07 +00:00
mikmod fix license information 2004-09-20 14:25:08 +00:00
pango ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license field 2004-08-11 21:06:48 +00:00
raw1394 fix the build 2004-10-20 13:51:27 +00:00
shout2 ext/lame/gstlame.c: send tag events downstream 2004-07-28 20:26:31 +00:00
speex ext/dv/gstdvdec.c: Set EOS on the element when processing an EOS event. 2004-10-30 06:44:02 +00:00
Makefile.am ext/Makefile.am: Fix the build fixes. 2004-10-23 11:38:24 +00:00