From e792718ddf7f8c879ba38c4801b52b74a6b80766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 6 May 2007 15:25:05 +0000 Subject: gst/real/: Use GModule instead of using dlsym() directly. Fixes #430598. Original commit message from CVS: * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps), (gst_real_audio_dec_finalize): * gst/real/gstrealaudiodec.h: * gst/real/gstrealvideodec.c: (open_library), (close_library): * gst/real/gstrealvideodec.h: Use GModule instead of using dlsym() directly. Fixes #430598. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 428db6b8..b0a9a94c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-05-06 Tim-Philipp Müller + + * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps), + (gst_real_audio_dec_finalize): + * gst/real/gstrealaudiodec.h: + * gst/real/gstrealvideodec.c: (open_library), (close_library): + * gst/real/gstrealvideodec.h: + Use GModule instead of using dlsym() directly. Fixes #430598. + 2007-05-04 Sebastien Moutte * docs/plugins/gst-plugins-bad-plugins-docs.sgml: -- cgit v1.2.1