videorate: remove property-value quotes
authorJames Hilliard <james.hilliard1@gmail.com>
Thu, 16 Jun 2022 10:19:17 +0000 (10:19 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 29 Jun 2022 00:36:17 +0000 (00:36 +0000)
commit4902076968bb62fc03f70bc7c733eeb1d26f40d2
treeaaf3b28e4e6c2372419e98a67b4103822182b2b4
parent61e4f058effb2ad78124c5e6236d0b0f0aea8af5
videorate: remove property-value quotes

Fixes warnings like:
Received a structure string that contains '="0.5"'. Reading as a gdouble value, rather than a string value. This is undesired behaviour, and with GStreamer 1.22  onward, this will be interpreted as a string value instead because it is wrapped in '"' quotes. If you want to guarantee this value is read as a string, before this change, use '=(string)"0.5"' instead. If you want to read in a gdouble value, leave its value unquoted.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2621>
subprojects/gst-plugins-base/tests/validate/videorate/change_rate_reverse_playback.validatetest
subprojects/gst-plugins-base/tests/validate/videorate/change_rate_while_playing.validatetest