summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-10-24 13:52:56 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-10-24 13:52:56 +0000
commitb81b8bc6400a7a0c67a135663af0771ed27ae2d6 (patch)
treea5b94897d36354afb4eb57710cc1d7a4cdd99389 /src/input
parente3315ad3c7c2aa0d9698c81195b05c36f78c0427 (diff)
downloadxine-lib-b81b8bc6400a7a0c67a135663af0771ed27ae2d6.tar.gz
xine-lib-b81b8bc6400a7a0c67a135663af0771ed27ae2d6.tar.bz2
Fix some log messages in audio_alsa_out.c
Fix input_dvd.c for new config file loading before init_class(). CVS patchset: 2982 CVS date: 2002/10/24 13:52:56
Diffstat (limited to 'src/input')
-rw-r--r--src/input/input_dvd.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c
index 1474c67c0..d3674f9fe 100644
--- a/src/input/input_dvd.c
+++ b/src/input/input_dvd.c
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: input_dvd.c,v 1.100 2002/10/24 11:30:38 jcdutton Exp $
+ * $Id: input_dvd.c,v 1.101 2002/10/24 13:52:57 jcdutton Exp $
*
*/
@@ -1577,7 +1577,7 @@ static void *init_class (xine_t *xine, void *data) {
/* FIXME */
/* xine_register_event_listener(this->stream, dvd_event_listener, this);*/
- config->register_string(config,
+ this->dvd_device = config->register_string(config,
"input.dvd_device",
DVD_PATH,
"device used for dvd drive",
@@ -1654,6 +1654,10 @@ static void *init_class (xine_t *xine, void *data) {
/*
* $Log: input_dvd.c,v $
+ * Revision 1.101 2002/10/24 13:52:57 jcdutton
+ * Fix some log messages in audio_alsa_out.c
+ * Fix input_dvd.c for new config file loading before init_class().
+ *
* Revision 1.100 2002/10/24 11:30:38 jcdutton
* Further changes to DVD code.
*