summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-06-13 18:03:16 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-06-13 18:03:16 +0000
commit1a39f60d9f9fa8ad7b664787f162f9fa7e616957 (patch)
tree8dcc50b600e09463ecfa5375cc00541a3fb7bc38 /ChangeLog
parent7ce74ccd5db8cc084ebe07da9e33366712064ee0 (diff)
downloadgst-plugins-bad-1a39f60d9f9fa8ad7b664787f162f9fa7e616957.tar.gz
gst-plugins-bad-1a39f60d9f9fa8ad7b664787f162f9fa7e616957.tar.bz2
gst-plugins-bad-1a39f60d9f9fa8ad7b664787f162f9fa7e616957.zip
gst/real/gstrealaudiodec.c: Add raversions we can support on the caps.
Original commit message from CVS: * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain), (close_library), (open_library), (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps), (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init), (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize): Add raversions we can support on the caps. Refactor the loading of the real codecs like realvideo so that we can implement probing. Probe all supported formats by trying to load the .so files, only report the versions on the caps that we can actually load. * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain), (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps), (open_library), (close_library), (gst_real_video_dec_probe_modules), (gst_real_video_dec_change_state), (gst_real_video_dec_init), (gst_real_video_dec_finalize), (gst_real_video_dec_class_init): * gst/real/gstrealvideodec.h: Change the loading of the library like the audio decoder. Probe the supported formats by trying to load the .so files and only report the versions on the caps that we can actually load.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a1aa7b3..bcd4b93a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
+ (close_library), (open_library),
+ (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
+ (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
+ (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
+ Add raversions we can support on the caps.
+ Refactor the loading of the real codecs like realvideo so that we can
+ implement probing.
+ Probe all supported formats by trying to load the .so files, only report
+ the versions on the caps that we can actually load.
+
+ * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
+ (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
+ (open_library), (close_library),
+ (gst_real_video_dec_probe_modules),
+ (gst_real_video_dec_change_state), (gst_real_video_dec_init),
+ (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
+ * gst/real/gstrealvideodec.h:
+ Change the loading of the library like the audio decoder.
+ Probe the supported formats by trying to load the .so files and only
+ report the versions on the caps that we can actually load.
+
2008-06-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
patch by: Sebastian Pölsterl