mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 18:50:48 +00:00
parent
121e8e6210
commit
3b99cf6c54
1 changed files with 2 additions and 2 deletions
|
@ -668,7 +668,7 @@ gst_dvdlpcmdec_parse_bluray (GstDvdLpcmDec * dvdlpcmdec, GstAdapter * adapter,
|
||||||
default:
|
default:
|
||||||
channels = 0;
|
channels = 0;
|
||||||
GST_WARNING ("Invalid number of audio channels!");
|
GST_WARNING ("Invalid number of audio channels!");
|
||||||
break;
|
goto negotiation_failed;
|
||||||
}
|
}
|
||||||
GST_DEBUG_OBJECT (dvdlpcmdec, "got channels %d rate %d format %s",
|
GST_DEBUG_OBJECT (dvdlpcmdec, "got channels %d rate %d format %s",
|
||||||
channels, rate, gst_audio_format_to_string (format));
|
channels, rate, gst_audio_format_to_string (format));
|
||||||
|
@ -761,7 +761,7 @@ gst_dvdlpcmdec_parse_1394 (GstDvdLpcmDec * dvdlpcmdec, GstAdapter * adapter,
|
||||||
default:
|
default:
|
||||||
channels = 0;
|
channels = 0;
|
||||||
GST_WARNING ("Invalid number of audio channels!");
|
GST_WARNING ("Invalid number of audio channels!");
|
||||||
break;
|
goto negotiation_failed;
|
||||||
}
|
}
|
||||||
|
|
||||||
gst_dvdlpcmdec_update_audio_formats (dvdlpcmdec, channels, rate, format,
|
gst_dvdlpcmdec_update_audio_formats (dvdlpcmdec, channels, rate, format,
|
||||||
|
|
Loading…
Reference in a new issue