From a838e5aa75f037bd78fdc17ce53bdd6695a1dc6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 1 Apr 2013 10:19:25 +0200 Subject: [PATCH] capsfeatures: For copying features it's not required to have no parent refcount --- gst/gstcapsfeatures.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/gstcapsfeatures.c b/gst/gstcapsfeatures.c index 5fa6bbaba9..3a50254f6b 100644 --- a/gst/gstcapsfeatures.c +++ b/gst/gstcapsfeatures.c @@ -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);