splitmuxsrc: minor error message clean-up

Don't put filename in error message shown to user.
This commit is contained in:
Tim-Philipp Müller 2015-05-10 10:52:18 +01:00
parent 2bd3685d04
commit 3755409409

View file

@ -557,8 +557,8 @@ gst_splitmux_pad_loop (GstPad * pad)
error:
/* Fall through */
GST_ELEMENT_ERROR (splitmux, RESOURCE, OPEN_READ,
("Error reading part file %s", GST_STR_NULL (reader->path)), (NULL));
GST_ELEMENT_ERROR (splitmux, RESOURCE, OPEN_READ, (NULL),
("Error reading part file %s", GST_STR_NULL (reader->path)));
flushing:
gst_pad_pause_task (pad);
gst_object_unref (splitmux);