diff --git a/ChangeLog b/ChangeLog index c57c6f86f8..90d7069bc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-29 Ronald S. Bultje + + * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init): + Oops, I shouldn't apply hacks. + 2005-06-29 Ronald S. Bultje * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init): diff --git a/gst/playback/gstplaybasebin.c b/gst/playback/gstplaybasebin.c index 9909e67bc5..0baba33177 100644 --- a/gst/playback/gstplaybasebin.c +++ b/gst/playback/gstplaybasebin.c @@ -187,7 +187,7 @@ gst_play_base_bin_init (GstPlayBaseBin * play_base_bin) play_base_bin->building_group = NULL; play_base_bin->queued_groups = NULL; - play_base_bin->queue_size = 0; //DEFAULT_QUEUE_SIZE; + play_base_bin->queue_size = DEFAULT_QUEUE_SIZE; play_base_bin->queue_threshold = DEFAULT_QUEUE_THRESHOLD; }