Reenable oss clock

Original commit message from CVS:
Reenable oss clock
This commit is contained in:
Wim Taymans 2002-06-02 14:28:04 +00:00
parent 6bb455cdc9
commit 6a53e8ea4a

View file

@ -462,7 +462,6 @@ gst_osssink_get_clock (GstElement *element)
osssink = GST_OSSSINK (element);
return NULL;
return GST_CLOCK (osssink->provided_clock);
}