$OpenBSD: patch-ext_dvdread_dvdreadsrc_c,v 1.4 2010/06/02 12:25:59 ajacoutot Exp $
--- ext/dvdread/dvdreadsrc.c.orig	Fri May 14 02:45:43 2010
+++ ext/dvdread/dvdreadsrc.c	Wed Jun  2 14:07:29 2010
@@ -124,7 +124,7 @@ gst_dvd_read_src_init (GstDvdReadSrc * src, GstDvdRead
   src->vmg_file = NULL;
   src->dvd_title = NULL;
 
-  src->location = g_strdup ("/dev/dvd");
+  src->location = g_strdup ("/dev/rcd0c");
   src->last_uri = NULL;
   src->new_seek = TRUE;
   src->new_cell = TRUE;
@@ -966,7 +966,7 @@ gst_dvd_read_src_set_property (GObject * object, guint
       g_free (src->location);
       /* clear the filename if we get a NULL (is that possible?) */
       if (g_value_get_string (value) == NULL) {
-        src->location = g_strdup ("/dev/dvd");
+        src->location = g_strdup ("/dev/rcd0c");
       } else {
         src->location = g_strdup (g_value_get_string (value));
       }
