X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgsturi.h;h=ad9005cc601c2fd28eebad6b196af7dc60842585;hb=df20630d782c454f0b0a7e1d274e742f5ecd4ba4;hp=7435fc740bf9ad765439ac286a551dd1e49d17ec;hpb=7652df73524327e3f59c38bdcf420a84fc0dbcb6;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gsturi.h b/gst/gsturi.h index 7435fc7..ad9005c 100644 --- a/gst/gsturi.h +++ b/gst/gsturi.h @@ -111,7 +111,7 @@ struct _GstURIHandlerInterface { /*< public >*/ /* querying capabilities */ GstURIType (* get_type) (GType type); - gchar ** (* get_protocols) (GType type); + const gchar * const * (* get_protocols) (GType type); /* using the interface */ gchar * (* get_uri) (GstURIHandler * handler); @@ -144,7 +144,7 @@ GstElement * gst_element_make_from_uri (const GstURIType type, GType gst_uri_handler_get_type (void); GstURIType gst_uri_handler_get_uri_type (GstURIHandler * handler); -gchar ** gst_uri_handler_get_protocols (GstURIHandler * handler); +const gchar * const * gst_uri_handler_get_protocols (GstURIHandler * handler); gchar * gst_uri_handler_get_uri (GstURIHandler * handler); gboolean gst_uri_handler_set_uri (GstURIHandler * handler, const gchar * uri,