diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/codecs/gsth264decoder.c b/subprojects/gst-plugins-bad/gst-libs/gst/codecs/gsth264decoder.c index 7c719878d6..64d69a218a 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/codecs/gsth264decoder.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/codecs/gsth264decoder.c @@ -593,7 +593,7 @@ gst_h264_decoder_parse_sps (GstH264Decoder * self, GstH264NalUnit * nalu) GstH264DecoderPrivate *priv = self->priv; GstH264SPS sps; GstH264ParserResult pres; - gboolean ret; + GstFlowReturn ret; pres = gst_h264_parse_sps (nalu, &sps); if (pres != GST_H264_PARSER_OK) {