mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
capsfeatures: For copying features it's not required to have no parent refcount
This commit is contained in:
parent
efcb4023e6
commit
a838e5aa75
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue