From 375540940940d5f883a6a09a2beaef932ccaaf4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 10 May 2015 10:52:18 +0100 Subject: [PATCH] splitmuxsrc: minor error message clean-up Don't put filename in error message shown to user. --- gst/multifile/gstsplitmuxsrc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/multifile/gstsplitmuxsrc.c b/gst/multifile/gstsplitmuxsrc.c index ea3ea75..9e310c1 100644 --- a/gst/multifile/gstsplitmuxsrc.c +++ b/gst/multifile/gstsplitmuxsrc.c @@ -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); -- 2.7.4