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:
Wim Taymans 2006-02-02 18:18:31 +00:00
parent c78a5d7e1e
commit 260b5295c9
2 changed files with 7 additions and 1 deletions

View file

@ -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:

View file

@ -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));