mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
gst-libs/gst/audio/gstbaseaudiosink.c: Ugh.. getting late I guess...
Original commit message from CVS: * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_provide_clock): Ugh.. getting late I guess...
This commit is contained in:
parent
c78a5d7e1e
commit
260b5295c9
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-02-02 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst-libs/gst/audio/gstbaseaudiosink.c:
|
||||
(gst_base_audio_sink_provide_clock):
|
||||
Ugh.. getting late I guess...
|
||||
|
||||
2006-02-02 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst-libs/gst/audio/gstbaseaudiosink.c:
|
||||
|
|
|
@ -185,7 +185,7 @@ gst_base_audio_sink_provide_clock (GstElement * elem)
|
|||
goto wrong_state;
|
||||
|
||||
GST_OBJECT_LOCK (sink);
|
||||
if (sink->provide_clock)
|
||||
if (!sink->provide_clock)
|
||||
goto clock_disabled;
|
||||
|
||||
clock = GST_CLOCK_CAST (gst_object_ref (sink->provided_clock));
|
||||
|
|
Loading…
Reference in a new issue