[Bug 789842] replace the delimiter for "x-dimensions" or other caps in rtpjpegpay
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Nov 5 13:01:56 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=789842
--- Comment #4 from Abu Abdulla <falcon.sheep at gmail.com> ---
yes, it can be closed. backslash with space after the comma solved this for me
! the code is tested on android.
for testing, i tried this:
x-dimensions=(string)"3280\,\2464"
and it gives me:
Trying to set string on structure field 'x-dimensions', but string is not valid
UTF-8. Please file a bug
so the only one that works for me is:
x-dimensions=(string)"3280\,\ 2464"
thanks
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list