mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
splitmuxsrc: minor error message clean-up
Don't put filename in error message shown to user.
This commit is contained in:
parent
2bd3685d04
commit
3755409409
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue