mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 09:08:14 +00:00
use debugging macros for debugging (d'oh)
Original commit message from CVS: use debugging macros for debugging (d'oh)
This commit is contained in:
parent
1400fdebaf
commit
8f4600fbff
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ no_difference:
|
||||||
int samples = MIN (bytes, samplestamp - this->transmitted) *
|
int samples = MIN (bytes, samplestamp - this->transmitted) *
|
||||||
(element->numpads == 1 ? this->format->channels : 1);
|
(element->numpads == 1 ? this->format->channels : 1);
|
||||||
int size = samples * snd_pcm_format_physical_width (this->format->format) / 8;
|
int size = samples * snd_pcm_format_physical_width (this->format->format) / 8;
|
||||||
g_printerr ("Allocating %d bytes (%ld samples) now to resync: sample %ld expected, but got %ld\n",
|
GST_INFO_OBJECT (this, "Allocating %d bytes (%ld samples) now to resync: sample %ld expected, but got %ld\n",
|
||||||
size, MIN (bytes, samplestamp - this->transmitted), this->transmitted, samplestamp);
|
size, MIN (bytes, samplestamp - this->transmitted), this->transmitted, samplestamp);
|
||||||
sink->data[i] = g_try_malloc (size);
|
sink->data[i] = g_try_malloc (size);
|
||||||
if (!sink->data[i]) {
|
if (!sink->data[i]) {
|
||||||
|
|
Loading…
Reference in a new issue