mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
Reenable oss clock
Original commit message from CVS: Reenable oss clock
This commit is contained in:
parent
6bb455cdc9
commit
6a53e8ea4a
1 changed files with 0 additions and 1 deletions
|
@ -462,7 +462,6 @@ gst_osssink_get_clock (GstElement *element)
|
|||
|
||||
osssink = GST_OSSSINK (element);
|
||||
|
||||
return NULL;
|
||||
return GST_CLOCK (osssink->provided_clock);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue