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
@ -557,8 +557,8 @@ gst_splitmux_pad_loop (GstPad * pad)
|
|||||||
|
|
||||||
error:
|
error:
|
||||||
/* Fall through */
|
/* Fall through */
|
||||||
GST_ELEMENT_ERROR (splitmux, RESOURCE, OPEN_READ,
|
GST_ELEMENT_ERROR (splitmux, RESOURCE, OPEN_READ, (NULL),
|
||||||
("Error reading part file %s", GST_STR_NULL (reader->path)), (NULL));
|
("Error reading part file %s", GST_STR_NULL (reader->path)));
|
||||||
flushing:
|
flushing:
|
||||||
gst_pad_pause_task (pad);
|
gst_pad_pause_task (pad);
|
||||||
gst_object_unref (splitmux);
|
gst_object_unref (splitmux);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user