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.
This commit is contained in:
Jan Schmidt 2007-07-26 10:00:37 +00:00
parent 8db50d49f7
commit b947924e28
2 changed files with 7 additions and 2 deletions

View file

@ -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),

View 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;