mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst-libs/gst/audio/gstbaseaudiosink.c: And we provide a clock by default, of course...
Original commit message from CVS: * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render), (gst_base_audio_sink_change_state): And we provide a clock by default, of course...
This commit is contained in:
parent
a3cb4d4937
commit
af2acb6eea
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2005-11-22 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* gst-libs/gst/audio/gstbaseaudiosink.c:
|
||||||
|
(gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
|
||||||
|
(gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
|
||||||
|
And we provide a clock by default, of course...
|
||||||
|
|
||||||
2005-11-22 Wim Taymans <wim@fluendo.com>
|
2005-11-22 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
|
* gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
|
||||||
|
|
|
@ -41,8 +41,7 @@ enum
|
||||||
|
|
||||||
#define DEFAULT_BUFFER_TIME 500 * GST_USECOND
|
#define DEFAULT_BUFFER_TIME 500 * GST_USECOND
|
||||||
#define DEFAULT_LATENCY_TIME 10 * GST_USECOND
|
#define DEFAULT_LATENCY_TIME 10 * GST_USECOND
|
||||||
//#define DEFAULT_PROVIDE_CLOCK TRUE
|
#define DEFAULT_PROVIDE_CLOCK TRUE
|
||||||
#define DEFAULT_PROVIDE_CLOCK FALSE
|
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue