From 6a53e8ea4aece72ad2189a88bcd500f04ddb4d73 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 2 Jun 2002 14:28:04 +0000 Subject: Reenable oss clock Original commit message from CVS: Reenable oss clock --- sys/oss/gstosssink.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys') diff --git a/sys/oss/gstosssink.c b/sys/oss/gstosssink.c index dbd66701..c0bc4bd3 100644 --- a/sys/oss/gstosssink.c +++ b/sys/oss/gstosssink.c @@ -462,7 +462,6 @@ gst_osssink_get_clock (GstElement *element) osssink = GST_OSSSINK (element); - return NULL; return GST_CLOCK (osssink->provided_clock); } -- cgit