gst-libs/gst/cdda/gstcddabasesrc.c: An integer is not a string. Fix access to uniniti...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 29 Dec 2005 11:49:11 +0000 (11:49 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 29 Dec 2005 11:49:11 +0000 (11:49 +0000)
commit106858899393bfdd18cf9b78e477b3f71fd27b9e
tree9177804c28be6f4946349846cde51e1ce58fcd15
parent27af2b5ddc7e7bd9c0373b50f26e9ce295a66b34
gst-libs/gst/cdda/gstcddabasesrc.c: An integer is not a string. Fix access to uninitialised variable.

Original commit message from CVS:
* gst-libs/gst/cdda/gstcddabasesrc.c:
(gst_cdda_base_src_update_duration),
(gst_cdda_base_src_calculate_cddb_id):
An integer is not a string. Fix access to uninitialised variable.
* tests/check/Makefile.am:
Add cddabasesrc unit test; also actually enable the vorbis test.
* tests/check/generic/states.c:
Blacklist new cd audio elements as well.
* tests/check/libs/cddabasesrc.c:
Unit test for GstCddaBaseSrc (discid calculation mostly).
ChangeLog
gst-libs/gst/cdda/gstcddabasesrc.c
tests/check/Makefile.am
tests/check/generic/states.c
tests/check/libs/cddabasesrc.c [new file with mode: 0644]