mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
8db50d49f7
commit
b947924e28
2 changed files with 7 additions and 2 deletions
|
@ -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),
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue