From: Tim-Philipp Müller Date: Sun, 10 May 2015 09:52:18 +0000 (+0100) Subject: splitmuxsrc: minor error message clean-up X-Git-Tag: 1.19.3~509^2~3635 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=375540940940d5f883a6a09a2beaef932ccaaf4f;p=platform%2Fupstream%2Fgstreamer.git splitmuxsrc: minor error message clean-up Don't put filename in error message shown to user. --- 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);