diff --git a/subprojects/gst-plugins-bad/gst/mpegdemux/gstpesfilter.c b/subprojects/gst-plugins-bad/gst/mpegdemux/gstpesfilter.c index 0c4b1fb549..1771b64b4a 100644 --- a/subprojects/gst-plugins-bad/gst/mpegdemux/gstpesfilter.c +++ b/subprojects/gst-plugins-bad/gst/mpegdemux/gstpesfilter.c @@ -114,7 +114,7 @@ gst_pes_filter_parse (GstPESFilter * filter) guint32 start_code; gboolean STD_buffer_bound_scale G_GNUC_UNUSED; - guint16 STD_buffer_size_bound; + guint16 STD_buffer_size_bound G_GNUC_UNUSED; const guint8 *data; gint avail, datalen; gboolean have_size = FALSE;