gstreamer/gst/real
Wim Taymans 1a39f60d9f 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.
2008-06-13 18:03:16 +00:00
..
gstreal.c gst/real/: Improved search algorithm for location of real .so files. 2007-07-24 14:36:54 +00:00
gstreal.h gst/real/gstreal.h: Add missing header file. 2007-07-25 14:36:25 +00:00
gstrealaudiodec.c gst/real/gstrealaudiodec.c: Add raversions we can support on the caps. 2008-06-13 18:03:16 +00:00
gstrealaudiodec.h gst/real/: Use GModule instead of using dlsym() directly. Fixes #430598. 2007-05-06 15:25:05 +00:00
gstrealvideodec.c gst/real/gstrealaudiodec.c: Add raversions we can support on the caps. 2008-06-13 18:03:16 +00:00
gstrealvideodec.h gst/real/gstrealaudiodec.c: Add raversions we can support on the caps. 2008-06-13 18:03:16 +00:00
Makefile.am gst/real/Makefile.am: And dist the new header file too. 2007-07-25 18:10:04 +00:00