gstplay: Fix warning parsing API
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-bad / gst-libs / gst / play / gstplay.h
index 0b703e7..9ffc1e1 100644 (file)
@@ -423,7 +423,7 @@ GST_PLAY_API
 void           gst_play_message_parse_error                      (GstMessage *msg, GError **error, GstStructure **details);
 
 GST_PLAY_API
-void           gst_play_message_parse_warning                    (GstMessage *msg, GError *error, GstStructure **details);
+void           gst_play_message_parse_warning                    (GstMessage *msg, GError **error, GstStructure **details);
 
 GST_PLAY_API
 void           gst_play_message_parse_video_dimensions_changed   (GstMessage *msg, guint *width, guint *height);