tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / gst / gstcaps.h
index 1e41731..603422f 100644 (file)
@@ -239,7 +239,7 @@ gst_caps_unref (GstCaps * caps)
 static inline void
 gst_clear_caps (GstCaps ** caps_ptr)
 {
-  gst_clear_mini_object (caps_ptr);
+  gst_clear_mini_object ((GstMiniObject **) caps_ptr);
 }
 
 /* copy caps */
@@ -470,6 +470,10 @@ void              gst_caps_set_features            (GstCaps *caps,
                                                     guint          index,
                                                     GstCapsFeatures * features);
 GST_API
+void              gst_caps_set_features_simple        (GstCaps *caps,
+                                                       GstCapsFeatures * features);
+
+GST_API
 GstCapsFeatures * gst_caps_get_features            (const GstCaps *caps,
                                                     guint          index);
 GST_API