From 256ec1a0cbf2783366351ab9e7e637608563d97a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 23 Aug 2005 14:10:04 +0000 Subject: [PATCH] sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name property after opening the mixer. Original commit message from CVS: 2005-08-23 Andy Wingo * sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name property after opening the mixer. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4a8aa2bffc..4123199635 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-08-23 Andy Wingo + * sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name + property after opening the mixer. + * sys/oss/gstosssrc.c: * sys/oss/gstosssrc.h: Easy to implement a mixer, eh...