capsfeatures: For copying features it's not required to have no parent refcount
This commit is contained in:
parent
efcb4023e6
commit
a838e5aa75
@ -318,7 +318,6 @@ gst_caps_features_copy (const GstCapsFeatures * features)
|
||||
guint i, n;
|
||||
|
||||
g_return_val_if_fail (features != NULL, NULL);
|
||||
g_return_val_if_fail (features->parent_refcount == NULL, NULL);
|
||||
|
||||
copy = gst_caps_features_new_empty ();
|
||||
n = gst_caps_features_get_size (features);
|
||||
|
Loading…
x
Reference in New Issue
Block a user