mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
audiodecoder: Use FALSE instead of 0
This commit is contained in:
parent
5acc099479
commit
400d4baf92
1 changed files with 1 additions and 1 deletions
|
@ -2954,7 +2954,7 @@ gst_audio_decoder_get_needs_format (GstAudioDecoder * dec)
|
|||
{
|
||||
gboolean result;
|
||||
|
||||
g_return_val_if_fail (GST_IS_AUDIO_DECODER (dec), 0);
|
||||
g_return_val_if_fail (GST_IS_AUDIO_DECODER (dec), FALSE);
|
||||
|
||||
GST_OBJECT_LOCK (dec);
|
||||
result = dec->priv->needs_format;
|
||||
|
|
Loading…
Reference in a new issue