mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
validate: fix small grammar nit
This commit is contained in:
parent
e552c18c80
commit
0495c9197b
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ _append_query_caps_failure_details (GstValidatePadMonitor * monitor,
|
||||||
|
|
||||||
g_string_append_printf (str,
|
g_string_append_printf (str,
|
||||||
". The exact reason could not be determined but"
|
". The exact reason could not be determined but"
|
||||||
" here are the gathered information:\n"
|
" here is the gathered information:\n"
|
||||||
" - %s last query caps filter: %s\n"
|
" - %s last query caps filter: %s\n"
|
||||||
" - %s possible caps (as returned by a query on it without filter): %s\n",
|
" - %s possible caps (as returned by a query on it without filter): %s\n",
|
||||||
gst_validate_reporter_get_name (GST_VALIDATE_REPORTER (monitor)),
|
gst_validate_reporter_get_name (GST_VALIDATE_REPORTER (monitor)),
|
||||||
|
|
Loading…
Reference in a new issue