matroska: fix GST_ELEMENT_ERROR usage

Fixes #610053.
This commit is contained in:
Brian Cameron 2010-02-16 01:40:19 +00:00 committed by Tim-Philipp Müller
parent 3a52d21f95
commit a45b351ddf

View file

@ -2298,7 +2298,7 @@ seek_error:
{
GST_OBJECT_UNLOCK (demux);
GST_PAD_STREAM_UNLOCK (demux->sinkpad);
GST_ELEMENT_ERROR (demux, STREAM, DEMUX, NULL, ("Got a seek error"));
GST_ELEMENT_ERROR (demux, STREAM, DEMUX, (NULL), ("Got a seek error"));
return FALSE;
}
}