From d7c5ab0cb6f9b9c16613f93d505bc021999549dd Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 29 Jun 2005 18:05:03 +0000 Subject: [PATCH] gst/playback/gstplaybasebin.c: Oops, I shouldn't apply hacks. Original commit message from CVS: * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init): Oops, I shouldn't apply hacks. --- ChangeLog | 5 +++++ gst/playback/gstplaybasebin.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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; }