diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-05-06 15:25:05 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-05-06 15:25:05 +0000 |
commit | e792718ddf7f8c879ba38c4801b52b74a6b80766 (patch) | |
tree | e5f09189820ec9d067e44c6bd9ddf638c344acb0 /ChangeLog | |
parent | fcfbf0f58ca1f8d7b5f43fd42f235e44785ed9a7 (diff) | |
download | gst-plugins-bad-e792718ddf7f8c879ba38c4801b52b74a6b80766.tar.gz gst-plugins-bad-e792718ddf7f8c879ba38c4801b52b74a6b80766.tar.bz2 gst-plugins-bad-e792718ddf7f8c879ba38c4801b52b74a6b80766.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-05-06 Tim-Philipp Müller <tim at centricular dot net> + + * 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 <sebastien@moutte.net> * docs/plugins/gst-plugins-bad-plugins-docs.sgml: |