vaapidecode: remove unused variable

Thus silence the compilation warnings.
This commit is contained in:
Víctor Manuel Jáquez Leal 2015-08-28 17:10:40 +02:00
parent b8068874d5
commit 9d8a014423

View file

@ -126,7 +126,6 @@ gst_vaapi_decoder_state_changed (GstVaapiDecoder * decoder,
{
GstVaapiDecode *const decode = GST_VAAPIDECODE (user_data);
GstVideoDecoder *const vdec = GST_VIDEO_DECODER (decode);
GstVaapiPluginBase *const plugin = GST_VAAPI_PLUGIN_BASE (vdec);
g_assert (decode->decoder == decoder);