base: Export boxed type copy/free functions for the remaining types
[platform/upstream/gstreamer.git] / libs / gst / base / gstbaseparse.c
index df67dd0..4b45280 100644 (file)
@@ -655,7 +655,7 @@ gst_base_parse_get_property (GObject * object, guint prop_id, GValue * value,
   }
 }
 
-static GstBaseParseFrame *
+GstBaseParseFrame *
 gst_base_parse_frame_copy (GstBaseParseFrame * frame)
 {
   GstBaseParseFrame *copy;