ext/vorbis/vorbisdec.c: Gratuitous comment change to trigger a rebuild on the buildbots.
authorJan Schmidt <thaytan@mad.scientist.com>
Thu, 26 Jul 2007 10:00:37 +0000 (10:00 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Thu, 26 Jul 2007 10:00:37 +0000 (10:00 +0000)
Original commit message from CVS:
* ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
Gratuitous comment change to trigger a rebuild on the buildbots.

ChangeLog
ext/vorbis/vorbisdec.c

index a694523..98da3c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
+       Gratuitous comment change to trigger a rebuild on the buildbots.
+
 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
 
        * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
index b22871c..0b66d7a 100644 (file)
@@ -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;