mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-13 20:06:35 +00:00
835bc0eef2
There were a couple strings containing \(. That is not a valid escape sequence in Python. The escape sequence was meant for GStreamer, and as such either the backslash should be doubled or a raw string must be used. This patch uses the latter for readability. Python 3.13 will print a warning when a invalid escape sequence in a string is found. As a drive-by fix, this patch fixes fixes whitespace issues in the file to make the Python linter happy. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8015> |
||
---|---|---|
.. | ||
validate | ||
__init__.py | ||
adaptive.py | ||
dashifutils.py | ||
ges.py | ||
ges.testslist | ||
ges_known_issues.py | ||
gesextras.py | ||
gesextras.testslist | ||
testsuiteutils.py | ||
testvector.json | ||
validate.py | ||
validate.testslist | ||
validate_known_issues.py | ||
validateelements.py | ||
validateextra.py | ||
validateextra.testslist |