mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gst-libs/gst/audio/gstringbuffer.c: Early morning compilation fix.
Original commit message from CVS: * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_samples_done), (gst_ring_buffer_commit), (gst_ring_buffer_read): Early morning compilation fix.
This commit is contained in:
parent
6550552dbd
commit
59b7c3104f
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-09-21 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst-libs/gst/audio/gstringbuffer.c:
|
||||
(gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
|
||||
(gst_ring_buffer_read):
|
||||
Early morning compilation fix.
|
||||
|
||||
2006-09-20 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* tests/check/elements/gdpdepay.c: (GST_START_TEST):
|
||||
|
|
|
@ -1038,8 +1038,7 @@ guint64
|
|||
gst_ring_buffer_samples_done (GstRingBuffer * buf)
|
||||
{
|
||||
gint segdone;
|
||||
guint64 raw, samples;
|
||||
guint delay;
|
||||
guint64 samples;
|
||||
|
||||
g_return_val_if_fail (GST_IS_RING_BUFFER (buf), 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue