caps: _do_simplify() -> _simplify()
[platform/upstream/gstreamer.git] / gst / gstpadtemplate.c
index ece7f71..ab516a9 100644 (file)
@@ -356,7 +356,7 @@ gst_static_pad_template_get_caps (GstStaticPadTemplate * templ)
 {
   g_return_val_if_fail (templ, NULL);
 
-  return (GstCaps *) gst_static_caps_get (&templ->static_caps);
+  return gst_static_caps_get (&templ->static_caps);
 }
 
 /**