aboutsummaryrefslogtreecommitdiff
path: root/gst/gstcaps.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstcaps.c')
-rw-r--r--gst/gstcaps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstcaps.c b/gst/gstcaps.c
index b07cd4f..7e695c0 100644
--- a/gst/gstcaps.c
+++ b/gst/gstcaps.c
@@ -1809,7 +1809,7 @@ gst_caps_from_string_inplace (GstCaps * caps, const gchar * string)
GST_CAPS_FLAGS (caps) = GST_CAPS_FLAG_ANY;
return TRUE;
}
- if (strcmp ("EMPTY", string) == 0) {
+ if (strcmp ("EMPTY", string) == 0 || strcmp ("NONE", string) == 0) {
return TRUE;
}