mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
validate: Add missing space in segment mismatch issue description
This commit is contained in:
parent
2f35acf558
commit
eac403f87c
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ gst_validate_report_load_issues (void)
|
|||
"received."));
|
||||
REGISTER_VALIDATE_ISSUE (WARNING, EVENT_NEW_SEGMENT_MISMATCH,
|
||||
_("a new segment event has different value than the received one"),
|
||||
_("when receiving a new segment, an element should push an equivalent"
|
||||
_("when receiving a new segment, an element should push an equivalent "
|
||||
"segment downstream"));
|
||||
REGISTER_VALIDATE_ISSUE (WARNING, EVENT_FLUSH_START_UNEXPECTED,
|
||||
_("received an unexpected flush start event"), NULL);
|
||||
|
|
Loading…
Reference in a new issue