mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
parent
79faa0b9fa
commit
554e0fc544
1 changed files with 2 additions and 2 deletions
|
@ -348,8 +348,8 @@ alsaspdifsink_open (AlsaSPDIFSink * sink)
|
|||
|
||||
err = snd_pcm_open (&(sink->pcm), pcm_name, SND_PCM_STREAM_PLAYBACK, 0);
|
||||
if (err < 0) {
|
||||
GST_DEBUG_OBJECT ("Open failed for %s - searching for IEC958 manually\n",
|
||||
pcm_name);
|
||||
GST_DEBUG_OBJECT (sink,
|
||||
"Open failed for %s - searching for IEC958 manually\n", pcm_name);
|
||||
|
||||
err = alsaspdifsink_find_pcm_device (sink);
|
||||
if (err == 0 && sink->pcm == NULL)
|
||||
|
|
Loading…
Reference in a new issue