rtsp-client: Place netaddress meta on packets received via TCP
[platform/upstream/gstreamer.git] / gst / rtsp-server / rtsp-params.h
index 4690383..4b5c734 100644 (file)
@@ -13,8 +13,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #include <gst/gst.h>
 
 G_BEGIN_DECLS
 
-GstRTSPResult    gst_rtsp_params_set      (GstRTSPClient * client, GstRTSPUrl * uri,
-                                           GstRTSPSession * session, GstRTSPMessage * request,
-                                           GstRTSPMessage * response);
+GST_EXPORT
+GstRTSPResult    gst_rtsp_params_set      (GstRTSPClient * client, GstRTSPContext * ctx);
 
-GstRTSPResult    gst_rtsp_params_get      (GstRTSPClient * client, GstRTSPUrl * uri,
-                                           GstRTSPSession * session, GstRTSPMessage * request,
-                                           GstRTSPMessage * response);
+GST_EXPORT
+GstRTSPResult    gst_rtsp_params_get      (GstRTSPClient * client, GstRTSPContext * ctx);
 
 G_END_DECLS