mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
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.
This commit is contained in:
parent
dc84f0dcf1
commit
d7c5ab0cb6
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
|
||||
Oops, I shouldn't apply hacks.
|
||||
|
||||
2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue