[Bug 750404] New: Escaping characters in restriction-caps of tracks properties not works anymore
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jun 4 08:44:08 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750404
Bug ID: 750404
Summary: Escaping characters in restriction-caps of tracks
properties not works anymore
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-editing-services
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: polezhaiev at ukr.net
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
So if I replace
<track caps="video/x-raw" track-type="4" track-id="0"
properties="properties, async-handling=(boolean)false,
message-forward=(boolean)false, caps=(string)video/x-raw,
restriction-caps=(string)"video/x-raw\,\ width\=\(int\)720\,\
height\=\(int\)576\,\ framerate\=\(fraction\)25/1";"
metadatas="metadatas;" />
with
<track caps="video/x-raw" track-type="4" track-id="0"
properties="properties, async-handling=(boolean)false,
message-forward=(boolean)false, caps=(string)video/x-raw,
restriction-caps=(string)"video/x-raw, width=(int)720, height=(int)576,
framerate=(fraction)25/1";" metadatas="metadatas;" />
it works again.
--
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