mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
xml-formatter: message-forward is not something that should be parsed.
This commit is contained in:
parent
565591e9ee
commit
2104cd9e50
1 changed files with 1 additions and 1 deletions
|
@ -942,7 +942,7 @@ ges_base_xml_formatter_add_track (GESBaseXmlFormatter * self,
|
|||
|
||||
gst_structure_get (properties, "restriction-caps", G_TYPE_STRING,
|
||||
&restriction, NULL);
|
||||
gst_structure_remove_fields (properties, "restriction-caps", "caps", NULL);
|
||||
gst_structure_remove_fields (properties, "restriction-caps", "caps", "message-forward", NULL);
|
||||
if (g_strcmp0 (restriction, "NULL")) {
|
||||
caps = gst_caps_from_string (restriction);
|
||||
ges_track_set_restriction_caps (track, caps);
|
||||
|
|
Loading…
Reference in a new issue