From b947924e2855e4f9158c1c4f6bd31e5efd5c004f Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 26 Jul 2007 10:00:37 +0000 Subject: [PATCH] ext/vorbis/vorbisdec.c: Gratuitous comment change to trigger a rebuild on the buildbots. Original commit message from CVS: * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward): Gratuitous comment change to trigger a rebuild on the buildbots. --- ChangeLog | 5 +++++ ext/vorbis/vorbisdec.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a694523..98da3c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-26 Jan Schmidt + + * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward): + Gratuitous comment change to trigger a rebuild on the buildbots. + 2007-07-25 Wim Taymans * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media), diff --git a/ext/vorbis/vorbisdec.c b/ext/vorbis/vorbisdec.c index b22871c..0b66d7a 100644 --- a/ext/vorbis/vorbisdec.c +++ b/ext/vorbis/vorbisdec.c @@ -847,8 +847,8 @@ vorbis_dec_push_forward (GstVorbisDec * dec, GstBuffer * buf) for (walk = dec->queued; walk; walk = g_list_next (walk)) { GstBuffer *buffer = GST_BUFFER (walk->data); - /* clips or returns NULL with buffer unreffed when completely - * clipped */ + /* clips to the configured segment, or returns NULL with buffer + * unreffed when the input buffer is completely outside the segment */ if (!(buffer = gst_audio_buffer_clip (buffer, &dec->segment, dec->vi.rate, dec->vi.channels * sizeof (float)))) continue; -- 2.7.4